18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
28c2ecf20Sopenharmony_ci#ifndef _UAPI_ASM_X86_MSR_H
38c2ecf20Sopenharmony_ci#define _UAPI_ASM_X86_MSR_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#ifndef __ASSEMBLY__
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#include <linux/types.h>
88c2ecf20Sopenharmony_ci#include <linux/ioctl.h>
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#define X86_IOC_RDMSR_REGS	_IOWR('c', 0xA0, __u32[8])
118c2ecf20Sopenharmony_ci#define X86_IOC_WRMSR_REGS	_IOWR('c', 0xA1, __u32[8])
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#endif /* __ASSEMBLY__ */
148c2ecf20Sopenharmony_ci#endif /* _UAPI_ASM_X86_MSR_H */
15