1 2 3 4 5 6 7 8 9 10
#ifndef VIRTIO_H #define VIRTIO_H 1 #include "common.h" struct VirtioDevice: Device { void some_virtio_thing(); }; #endif