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