blob: a157731fed679def1e9a7bdf9c0a3af895776473 [file] [log] [blame]
#ifndef VIRTIO_H
#define VIRTIO_H 1
#include "common.h"
struct VirtioDevice: Device {
void some_virtio_thing();
};
#endif