blob: b82bbf401e0cdd92368a2998fda251832f28eb6e [file] [log] [blame]
/*
* QEMU KVM support -- x86 specific functions.
*
* Copyright (c) 2012 Linaro Limited
*
* This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory.
*
*/
#ifndef QEMU_KVM_I386_H
#define QEMU_KVM_I386_H
bool kvm_allows_irq0_override(void);
#endif