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