Sign in
qemu
/
meson
/
ba5141a82bfb8decbb68680d24f2a8035c500a3a
/
.
/
test cases
/
common
/
215 source set realistic example
/
devices
/
virtio.h
blob: a157731fed679def1e9a7bdf9c0a3af895776473 [
file
] [
log
] [
blame
]
#ifndef
VIRTIO_H
#define
VIRTIO_H
1
#include
"common.h"
struct
VirtioDevice
:
Device
{
void
some_virtio_thing
();
};
#endif