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