13907c492SJohn Clements /* 23907c492SJohn Clements * Copyright (C) 2021 Advanced Micro Devices, Inc. 33907c492SJohn Clements * 43907c492SJohn Clements * Permission is hereby granted, free of charge, to any person obtaining a 53907c492SJohn Clements * copy of this software and associated documentation files (the "Software"), 63907c492SJohn Clements * to deal in the Software without restriction, including without limitation 73907c492SJohn Clements * the rights to use, copy, modify, merge, publish, distribute, sublicense, 83907c492SJohn Clements * and/or sell copies of the Software, and to permit persons to whom the 93907c492SJohn Clements * Software is furnished to do so, subject to the following conditions: 103907c492SJohn Clements * 113907c492SJohn Clements * The above copyright notice and this permission notice shall be included 123907c492SJohn Clements * in all copies or substantial portions of the Software. 133907c492SJohn Clements * 143907c492SJohn Clements * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 153907c492SJohn Clements * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 163907c492SJohn Clements * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 173907c492SJohn Clements * THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 183907c492SJohn Clements * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN 193907c492SJohn Clements * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 203907c492SJohn Clements */ 213907c492SJohn Clements #ifndef __MCA_V3_0_H__ 223907c492SJohn Clements #define __MCA_V3_0_H__ 233907c492SJohn Clements 24*7f544c54SHawking Zhang extern struct amdgpu_mca_ras_block mca_v3_0_mp0_ras; 25*7f544c54SHawking Zhang extern struct amdgpu_mca_ras_block mca_v3_0_mp1_ras; 26*7f544c54SHawking Zhang extern struct amdgpu_mca_ras_block mca_v3_0_mpio_ras; 273907c492SJohn Clements 283907c492SJohn Clements #endif 29