]> git.proxmox.com Git - qemu.git/blame - target-i386/kvm_i386.h
Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect
[qemu.git] / target-i386 / kvm_i386.h
CommitLineData
1d31f66b
PM
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
14bool kvm_allows_irq0_override(void);
15
16#endif