Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
will
/
kvmtool
/
ad9b731921e3e23d166fea9aae7d4bfbe4f4e2bc
/
.
/
include
/
kvm
/
virtio-console.h
blob: 89809208786b4aab6c79b338f40dad1b63ed633f [
file
] [
log
] [
blame
]
#ifndef
KVM__CONSOLE_VIRTIO_H
#define
KVM__CONSOLE_VIRTIO_H
struct
kvm
;
int
virtio_console__init
(
struct
kvm
*
kvm
);
void
virtio_console__inject_interrupt
(
struct
kvm
*
kvm
);
int
virtio_console__exit
(
struct
kvm
*
kvm
);
#endif
/* KVM__CONSOLE_VIRTIO_H */