1a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich/****************************************************************************
2a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************
3a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
4a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   This header was automatically generated from a Linux kernel header
5a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   of the same name, to make information necessary for userspace to
6a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   call into the kernel available to libc.  It contains only constants,
7a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   structures, and macros generated from the original header, and thus,
8a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   contains no copyrightable information.
9a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
10a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   To edit the content of this header, modify the corresponding
11a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   source file (e.g. under external/kernel-headers/original/) then
12a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   run bionic/libc/kernel/tools/update_all.py
13a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
14a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   Any manual change here will be lost the next time this script will
15a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***   be run. You've been warned!
16a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ***
17a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************
18a67e4de6620b570dabe0f92985228af0d0204f2cNick Kralevich ****************************************************************************/
19655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#ifndef _UAPI__LINUX_KVM_PARA_H
20655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define _UAPI__LINUX_KVM_PARA_H
21655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define KVM_ENOSYS 1000
22655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define KVM_EFAULT EFAULT
23655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define KVM_E2BIG E2BIG
24655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define KVM_EPERM EPERM
25525ce914edf136d2bd02ac8c404d56c52e737f4dChristopher Ferris#define KVM_EOPNOTSUPP 95
26655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define KVM_HC_VAPIC_POLL_IRQ 1
27655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define KVM_HC_MMU_OP 2
28655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define KVM_HC_FEATURES 3
29655a7c081f83b8351ed5f11a6c6accd9458293a8Ben Cheng#define KVM_HC_PPC_MAP_MAGIC_PAGE 4
3038062f954c637861348dd8078cefb73554e6f12cChristopher Ferris#define KVM_HC_KICK_CPU 5
31ba8d4f460b51161eb82cf1006cb34a3cc1389f47Christopher Ferris#define KVM_HC_MIPS_GET_CLOCK_FREQ 6
32ba8d4f460b51161eb82cf1006cb34a3cc1389f47Christopher Ferris#define KVM_HC_MIPS_EXIT_VM 7
33ba8d4f460b51161eb82cf1006cb34a3cc1389f47Christopher Ferris#define KVM_HC_MIPS_CONSOLE_OUTPUT 8
34525ce914edf136d2bd02ac8c404d56c52e737f4dChristopher Ferris#define KVM_HC_CLOCK_PAIRING 9
35ba8d4f460b51161eb82cf1006cb34a3cc1389f47Christopher Ferris#include <asm/kvm_para.h>
3638062f954c637861348dd8078cefb73554e6f12cChristopher Ferris#endif
37