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