xref: /linux/drivers/gpu/drm/amd/amdgpu/nbio_v6_3_2.h (revision 9611c0ce215a66770ccbe5c126bf57ba8c31bcad)
1*44101a4aSHawking Zhang /*
2*44101a4aSHawking Zhang  * Copyright 2025 Advanced Micro Devices, Inc.
3*44101a4aSHawking Zhang  *
4*44101a4aSHawking Zhang  * Permission is hereby granted, free of charge, to any person obtaining a
5*44101a4aSHawking Zhang  * copy of this software and associated documentation files (the "Software"),
6*44101a4aSHawking Zhang  * to deal in the Software without restriction, including without limitation
7*44101a4aSHawking Zhang  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8*44101a4aSHawking Zhang  * and/or sell copies of the Software, and to permit persons to whom the
9*44101a4aSHawking Zhang  * Software is furnished to do so, subject to the following conditions:
10*44101a4aSHawking Zhang  *
11*44101a4aSHawking Zhang  * The above copyright notice and this permission notice shall be included in
12*44101a4aSHawking Zhang  * all copies or substantial portions of the Software.
13*44101a4aSHawking Zhang  *
14*44101a4aSHawking Zhang  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15*44101a4aSHawking Zhang  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16*44101a4aSHawking Zhang  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17*44101a4aSHawking Zhang  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18*44101a4aSHawking Zhang  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19*44101a4aSHawking Zhang  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20*44101a4aSHawking Zhang  * OTHER DEALINGS IN THE SOFTWARE.
21*44101a4aSHawking Zhang  *
22*44101a4aSHawking Zhang  */
23*44101a4aSHawking Zhang 
24*44101a4aSHawking Zhang #ifndef __NBIO_V6_3_2_H__
25*44101a4aSHawking Zhang #define __NBIO_V6_3_2_H__
26*44101a4aSHawking Zhang 
27*44101a4aSHawking Zhang #include "soc15_common.h"
28*44101a4aSHawking Zhang 
29*44101a4aSHawking Zhang extern const struct amdgpu_nbio_funcs nbio_v6_3_2_funcs;
30*44101a4aSHawking Zhang 
31*44101a4aSHawking Zhang #endif
32