]> Git Repo - linux.git/blob - include/linux/cxl_err.h
Merge tag 'drm-msm-fixes-2023-01-16' into msm-fixes
[linux.git] / include / linux / cxl_err.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2022 Advanced Micro Devices, Inc.
4  *
5  * Author: Smita Koralahalli <[email protected]>
6  */
7
8 #ifndef LINUX_CXL_ERR_H
9 #define LINUX_CXL_ERR_H
10
11 /* CXL RAS Capability Structure, CXL v3.1 sec 8.2.4.16 */
12 struct cxl_ras_capability_regs {
13         u32 uncor_status;
14         u32 uncor_mask;
15         u32 uncor_severity;
16         u32 cor_status;
17         u32 cor_mask;
18         u32 cap_control;
19         u32 header_log[16];
20 };
21
22 #endif //__CXL_ERR_
This page took 0.031345 seconds and 4 git commands to generate.