Subversion Repositories Kolibri OS

Rev

Rev 6082 | Go to most recent revision | Details | Last modification | View Log | RSS feed

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