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