1225cef9dSHawking Zhang /*
2225cef9dSHawking Zhang  * Copyright 2019 Advanced Micro Devices, Inc.
3225cef9dSHawking Zhang  *
4225cef9dSHawking Zhang  * Permission is hereby granted, free of charge, to any person obtaining a
5225cef9dSHawking Zhang  * copy of this software and associated documentation files (the "Software"),
6225cef9dSHawking Zhang  * to deal in the Software without restriction, including without limitation
7225cef9dSHawking Zhang  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8225cef9dSHawking Zhang  * and/or sell copies of the Software, and to permit persons to whom the
9225cef9dSHawking Zhang  * Software is furnished to do so, subject to the following conditions:
10225cef9dSHawking Zhang  *
11225cef9dSHawking Zhang  * The above copyright notice and this permission notice shall be included in
12225cef9dSHawking Zhang  * all copies or substantial portions of the Software.
13225cef9dSHawking Zhang  *
14225cef9dSHawking Zhang  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15225cef9dSHawking Zhang  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16225cef9dSHawking Zhang  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17225cef9dSHawking Zhang  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18225cef9dSHawking Zhang  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19225cef9dSHawking Zhang  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20225cef9dSHawking Zhang  * OTHER DEALINGS IN THE SOFTWARE.
21225cef9dSHawking Zhang  *
22225cef9dSHawking Zhang  */
23225cef9dSHawking Zhang 
24225cef9dSHawking Zhang #ifndef __NBIO_V2_3_H__
25225cef9dSHawking Zhang #define __NBIO_V2_3_H__
26225cef9dSHawking Zhang 
27225cef9dSHawking Zhang #include "soc15_common.h"
28225cef9dSHawking Zhang 
29bebc0762SHawking Zhang extern const struct nbio_hdp_flush_reg nbio_v2_3_hdp_flush_reg;
30225cef9dSHawking Zhang extern const struct amdgpu_nbio_funcs nbio_v2_3_funcs;
31225cef9dSHawking Zhang 
32225cef9dSHawking Zhang #endif
33