mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-09-01 11:15:57 +00:00
Give proper names to vars named 'self'. Signed-off-by: Sasha Levin <levinsasha928@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
10 lines
210 B
C
10 lines
210 B
C
#ifndef KVM__CONSOLE_VIRTIO_H
|
|
#define KVM__CONSOLE_VIRTIO_H
|
|
|
|
struct kvm;
|
|
|
|
void virtio_console__init(struct kvm *kvm);
|
|
void virtio_console__inject_interrupt(struct kvm *kvm);
|
|
|
|
#endif /* KVM__CONSOLE_VIRTIO_H */
|