12fdb91a2SHawking Zhang /*
22fdb91a2SHawking Zhang  * Copyright 2020 Advanced Micro Devices, Inc.
32fdb91a2SHawking Zhang  *
42fdb91a2SHawking Zhang  * Permission is hereby granted, free of charge, to any person obtaining a
52fdb91a2SHawking Zhang  * copy of this software and associated documentation files (the "Software"),
62fdb91a2SHawking Zhang  * to deal in the Software without restriction, including without limitation
72fdb91a2SHawking Zhang  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
82fdb91a2SHawking Zhang  * and/or sell copies of the Software, and to permit persons to whom the
92fdb91a2SHawking Zhang  * Software is furnished to do so, subject to the following conditions:
102fdb91a2SHawking Zhang  *
112fdb91a2SHawking Zhang  * The above copyright notice and this permission notice shall be included in
122fdb91a2SHawking Zhang  * all copies or substantial portions of the Software.
132fdb91a2SHawking Zhang  *
142fdb91a2SHawking Zhang  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
152fdb91a2SHawking Zhang  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
162fdb91a2SHawking Zhang  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
172fdb91a2SHawking Zhang  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
182fdb91a2SHawking Zhang  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
192fdb91a2SHawking Zhang  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
202fdb91a2SHawking Zhang  * OTHER DEALINGS IN THE SOFTWARE.
212fdb91a2SHawking Zhang  *
222fdb91a2SHawking Zhang  */
232fdb91a2SHawking Zhang #ifndef __SDMA_V4_4_H__
242fdb91a2SHawking Zhang #define __SDMA_V4_4_H__
252fdb91a2SHawking Zhang 
26*bdc4292bSyipechai extern struct amdgpu_sdma_ras sdma_v4_4_ras;
272fdb91a2SHawking Zhang 
282fdb91a2SHawking Zhang #endif
29