diff options
Diffstat (limited to 'tools/virtio/linux/device.h')
| -rw-r--r-- | tools/virtio/linux/device.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/virtio/linux/device.h b/tools/virtio/linux/device.h index 4ad7e1df0db5..075c2140d975 100644 --- a/tools/virtio/linux/device.h +++ b/tools/virtio/linux/device.h @@ -1,2 +1,10 @@ #ifndef LINUX_DEVICE_H + +struct device { + void *parent; +}; + +struct device_driver { + const char *name; +}; #endif |
