msr.h 298 B

1234567891011121314
  1. #ifndef _UAPI_ASM_X86_MSR_H
  2. #define _UAPI_ASM_X86_MSR_H
  3. #ifndef __ASSEMBLY__
  4. #include <linux/types.h>
  5. #include <linux/ioctl.h>
  6. #define X86_IOC_RDMSR_REGS _IOWR('c', 0xA0, __u32[8])
  7. #define X86_IOC_WRMSR_REGS _IOWR('c', 0xA1, __u32[8])
  8. #endif /* __ASSEMBLY__ */
  9. #endif /* _UAPI_ASM_X86_MSR_H */