139def24fSHawking Zhang /*
239def24fSHawking Zhang  * Copyright 2022 Advanced Micro Devices, Inc.
339def24fSHawking Zhang  *
439def24fSHawking Zhang  * Permission is hereby granted, free of charge, to any person obtaining a
539def24fSHawking Zhang  * copy of this software and associated documentation files (the "Software"),
639def24fSHawking Zhang  * to deal in the Software without restriction, including without limitation
739def24fSHawking Zhang  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
839def24fSHawking Zhang  * and/or sell copies of the Software, and to permit persons to whom the
939def24fSHawking Zhang  * Software is furnished to do so, subject to the following conditions:
1039def24fSHawking Zhang  *
1139def24fSHawking Zhang  * The above copyright notice and this permission notice shall be included in
1239def24fSHawking Zhang  * all copies or substantial portions of the Software.
1339def24fSHawking Zhang  *
1439def24fSHawking Zhang  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1539def24fSHawking Zhang  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1639def24fSHawking Zhang  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
1739def24fSHawking Zhang  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
1839def24fSHawking Zhang  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1939def24fSHawking Zhang  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2039def24fSHawking Zhang  * OTHER DEALINGS IN THE SOFTWARE.
2139def24fSHawking Zhang  *
2239def24fSHawking Zhang  */
2339def24fSHawking Zhang 
2439def24fSHawking Zhang #ifndef __NBIO_V7_9_H__
2539def24fSHawking Zhang #define __NBIO_V7_9_H__
2639def24fSHawking Zhang 
2739def24fSHawking Zhang #include "soc15_common.h"
2839def24fSHawking Zhang 
2939def24fSHawking Zhang extern const struct nbio_hdp_flush_reg nbio_v7_9_hdp_flush_reg;
3039def24fSHawking Zhang extern const struct amdgpu_nbio_funcs nbio_v7_9_funcs;
31*7692e1eeSTao Zhou extern struct amdgpu_nbio_ras nbio_v7_9_ras;
3239def24fSHawking Zhang 
3339def24fSHawking Zhang #endif
34