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