aboutsummaryrefslogtreecommitdiffstats
path: root/libc/kernel/uapi/asm-x86/asm/msr.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-11-08 11:45:48 -0800
committerElliott Hughes <enh@google.com>2013-11-08 11:46:03 -0800
commitabd626117cfd366faa16a5d0ac4621f608a5c887 (patch)
tree1dd663996476c973fdae0734f8ea5e57c7e094e9 /libc/kernel/uapi/asm-x86/asm/msr.h
parent486c8616ac030b14d37d364a0ed541c4c6c90716 (diff)
downloadandroid_bionic-abd626117cfd366faa16a5d0ac4621f608a5c887.tar.gz
android_bionic-abd626117cfd366faa16a5d0ac4621f608a5c887.tar.bz2
android_bionic-abd626117cfd366faa16a5d0ac4621f608a5c887.zip
Generate the uapi headers for mips and x86/x86_64.
Bug: 11559337 Change-Id: I23b1a43e7bfa8fa6f9df7e59d2e731a0ec52dafc
Diffstat (limited to 'libc/kernel/uapi/asm-x86/asm/msr.h')
-rw-r--r--libc/kernel/uapi/asm-x86/asm/msr.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/libc/kernel/uapi/asm-x86/asm/msr.h b/libc/kernel/uapi/asm-x86/asm/msr.h
new file mode 100644
index 000000000..c64841016
--- /dev/null
+++ b/libc/kernel/uapi/asm-x86/asm/msr.h
@@ -0,0 +1,30 @@
+/****************************************************************************
+ ****************************************************************************
+ ***
+ *** This header was automatically generated from a Linux kernel header
+ *** of the same name, to make information necessary for userspace to
+ *** call into the kernel available to libc. It contains only constants,
+ *** structures, and macros generated from the original header, and thus,
+ *** contains no copyrightable information.
+ ***
+ *** To edit the content of this header, modify the corresponding
+ *** source file (e.g. under external/kernel-headers/original/) then
+ *** run bionic/libc/kernel/tools/update_all.py
+ ***
+ *** Any manual change here will be lost the next time this script will
+ *** be run. You've been warned!
+ ***
+ ****************************************************************************
+ ****************************************************************************/
+#ifndef _UAPI_ASM_X86_MSR_H
+#define _UAPI_ASM_X86_MSR_H
+#include <asm/msr-index.h>
+#ifndef __ASSEMBLY__
+/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
+#include <linux/types.h>
+#include <linux/ioctl.h>
+#define X86_IOC_RDMSR_REGS _IOWR('c', 0xA0, __u32[8])
+#define X86_IOC_WRMSR_REGS _IOWR('c', 0xA1, __u32[8])
+/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
+#endif
+#endif