]> git.proxmox.com Git - qemu.git/blob - target-i386/kvm_i386.h
Merge remote-tracking branch 'qmp/queue/qmp' into staging
[qemu.git] / target-i386 / kvm_i386.h
1 /*
2 * QEMU KVM support -- x86 specific functions.
3 *
4 * Copyright (c) 2012 Linaro Limited
5 *
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
8 *
9 */
10
11 #ifndef QEMU_KVM_I386_H
12 #define QEMU_KVM_I386_H
13
14 bool kvm_allows_irq0_override(void);
15
16 #endif