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