Where Online Learning is simpler!
The C and C++ Include Header Files
/usr/include/x86_64-linux-gnu/asm/msr.h
$ cat -n /usr/include/x86_64-linux-gnu/asm/msr.h 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 #ifndef _ASM_X86_MSR_H 3 #define _ASM_X86_MSR_H 4 5 #ifndef __ASSEMBLY__ 6 7 #include
8 #include
9 10 #define X86_IOC_RDMSR_REGS _IOWR('c', 0xA0, __u32[8]) 11 #define X86_IOC_WRMSR_REGS _IOWR('c', 0xA1, __u32[8]) 12 13 #endif /* __ASSEMBLY__ */ 14 #endif /* _ASM_X86_MSR_H */
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2025 MyWebUniversity.com ™