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