kvm: i8254: Finish time conversion fix
[qemu.git] / target-i386 / kvm_i386.h
blobb82bbf401e0cdd92368a2998fda251832f28eb6e
1 /*
2 * QEMU KVM support -- x86 specific functions.
4 * Copyright (c) 2012 Linaro Limited
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.
9 */
11 #ifndef QEMU_KVM_I386_H
12 #define QEMU_KVM_I386_H
14 bool kvm_allows_irq0_override(void);
16 #endif