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