![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 0002 #ifndef _UAPI_ASM_X86_MSR_H 0003 #define _UAPI_ASM_X86_MSR_H 0004 0005 #ifndef __ASSEMBLY__ 0006 0007 #include <linux/types.h> 0008 #include <linux/ioctl.h> 0009 0010 #define X86_IOC_RDMSR_REGS _IOWR('c', 0xA0, __u32[8]) 0011 #define X86_IOC_WRMSR_REGS _IOWR('c', 0xA1, __u32[8]) 0012 0013 #endif /* __ASSEMBLY__ */ 0014 #endif /* _UAPI_ASM_X86_MSR_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |