David Howells | af170c5 | 2012-12-14 22:37:13 +0000 | [diff] [blame] | 1 | #ifndef _UAPI_ASM_X86_MSR_H |
2 | #define _UAPI_ASM_X86_MSR_H | ||||
3 | |||||
David Howells | af170c5 | 2012-12-14 22:37:13 +0000 | [diff] [blame] | 4 | #ifndef __ASSEMBLY__ |
5 | |||||
6 | #include <linux/types.h> | ||||
7 | #include <linux/ioctl.h> | ||||
8 | |||||
9 | #define X86_IOC_RDMSR_REGS _IOWR('c', 0xA0, __u32[8]) | ||||
10 | #define X86_IOC_WRMSR_REGS _IOWR('c', 0xA1, __u32[8]) | ||||
11 | |||||
12 | #endif /* __ASSEMBLY__ */ | ||||
13 | #endif /* _UAPI_ASM_X86_MSR_H */ |