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