Subversion Repositories Kolibri OS

Rev

Rev 5270 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5270 Rev 6082
1
#ifndef _UAPI_ASM_X86_MSR_H
1
#ifndef _UAPI_ASM_X86_MSR_H
2
#define _UAPI_ASM_X86_MSR_H
2
#define _UAPI_ASM_X86_MSR_H
3
 
-
 
4
#include 
-
 
5
 
3
 
6
#ifndef __ASSEMBLY__
4
#ifndef __ASSEMBLY__
7
 
5
 
8
#include 
6
#include 
9
#include 
7
#include 
10
 
8
 
11
#define X86_IOC_RDMSR_REGS	_IOWR('c', 0xA0, __u32[8])
9
#define X86_IOC_RDMSR_REGS	_IOWR('c', 0xA0, __u32[8])
12
#define X86_IOC_WRMSR_REGS	_IOWR('c', 0xA1, __u32[8])
10
#define X86_IOC_WRMSR_REGS	_IOWR('c', 0xA1, __u32[8])
13
 
11
 
14
#endif /* __ASSEMBLY__ */
12
#endif /* __ASSEMBLY__ */
15
#endif /* _UAPI_ASM_X86_MSR_H */
13
#endif /* _UAPI_ASM_X86_MSR_H */