]> Git Repo - J-linux.git/blob - arch/x86/include/uapi/asm/msr.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / x86 / include / uapi / asm / msr.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _UAPI_ASM_X86_MSR_H
3 #define _UAPI_ASM_X86_MSR_H
4
5 #ifndef __ASSEMBLY__
6
7 #include <linux/types.h>
8 #include <linux/ioctl.h>
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 /* _UAPI_ASM_X86_MSR_H */
This page took 0.02625 seconds and 4 git commands to generate.