17c0f7ee0SHawking Zhang /*
27c0f7ee0SHawking Zhang  * Copyright 2022 Advanced Micro Devices, Inc.
37c0f7ee0SHawking Zhang  *
47c0f7ee0SHawking Zhang  * Permission is hereby granted, free of charge, to any person obtaining a
57c0f7ee0SHawking Zhang  * copy of this software and associated documentation files (the "Software"),
67c0f7ee0SHawking Zhang  * to deal in the Software without restriction, including without limitation
77c0f7ee0SHawking Zhang  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
87c0f7ee0SHawking Zhang  * and/or sell copies of the Software, and to permit persons to whom the
97c0f7ee0SHawking Zhang  * Software is furnished to do so, subject to the following conditions:
107c0f7ee0SHawking Zhang  *
117c0f7ee0SHawking Zhang  * The above copyright notice and this permission notice shall be included in
127c0f7ee0SHawking Zhang  * all copies or substantial portions of the Software.
137c0f7ee0SHawking Zhang  *
147c0f7ee0SHawking Zhang  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
157c0f7ee0SHawking Zhang  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
167c0f7ee0SHawking Zhang  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
177c0f7ee0SHawking Zhang  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
187c0f7ee0SHawking Zhang  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
197c0f7ee0SHawking Zhang  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
207c0f7ee0SHawking Zhang  * OTHER DEALINGS IN THE SOFTWARE.
217c0f7ee0SHawking Zhang  *
227c0f7ee0SHawking Zhang  */
237c0f7ee0SHawking Zhang 
247c0f7ee0SHawking Zhang #ifndef __GFX_V9_4_3_H__
257c0f7ee0SHawking Zhang #define __GFX_V9_4_3_H__
267c0f7ee0SHawking Zhang 
2786301129SLe Ma extern const struct amdgpu_ip_block_version gfx_v9_4_3_ip_block;
287c0f7ee0SHawking Zhang 
29*845c9b31SLijo Lazar extern struct amdgpu_xcp_ip_funcs gfx_v9_4_3_xcp_funcs;
30*845c9b31SLijo Lazar 
317c0f7ee0SHawking Zhang #endif /* __GFX_V9_4_3_H__ */
32