17138fc88SLe Ma /* 27138fc88SLe Ma * Copyright 2022 Advanced Micro Devices, Inc. 37138fc88SLe Ma * 47138fc88SLe Ma * Permission is hereby granted, free of charge, to any person obtaining a 57138fc88SLe Ma * copy of this software and associated documentation files (the "Software"), 67138fc88SLe Ma * to deal in the Software without restriction, including without limitation 77138fc88SLe Ma * the rights to use, copy, modify, merge, publish, distribute, sublicense, 87138fc88SLe Ma * and/or sell copies of the Software, and to permit persons to whom the 97138fc88SLe Ma * Software is furnished to do so, subject to the following conditions: 107138fc88SLe Ma * 117138fc88SLe Ma * The above copyright notice and this permission notice shall be included in 127138fc88SLe Ma * all copies or substantial portions of the Software. 137138fc88SLe Ma * 147138fc88SLe Ma * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 157138fc88SLe Ma * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 167138fc88SLe Ma * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 177138fc88SLe Ma * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR 187138fc88SLe Ma * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 197138fc88SLe Ma * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 207138fc88SLe Ma * OTHER DEALINGS IN THE SOFTWARE. 217138fc88SLe Ma * 227138fc88SLe Ma */ 237138fc88SLe Ma 247138fc88SLe Ma #ifndef __SDMA_V4_4_2_H__ 257138fc88SLe Ma #define __SDMA_V4_4_2_H__ 267138fc88SLe Ma 277138fc88SLe Ma extern const struct amd_ip_funcs sdma_v4_4_2_ip_funcs; 287138fc88SLe Ma extern const struct amdgpu_ip_block_version sdma_v4_4_2_ip_block; 297138fc88SLe Ma 30*845c9b31SLijo Lazar extern struct amdgpu_xcp_ip_funcs sdma_v4_4_2_xcp_funcs; 31*845c9b31SLijo Lazar 327138fc88SLe Ma #endif 33