summaryrefslogtreecommitdiffstats
path: root/qemu/include/hw/qdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/include/hw/qdev.h')
-rw-r--r--qemu/include/hw/qdev.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/qemu/include/hw/qdev.h b/qemu/include/hw/qdev.h
new file mode 100644
index 000000000..5cb8b080a
--- /dev/null
+++ b/qemu/include/hw/qdev.h
@@ -0,0 +1,8 @@
+#ifndef QDEV_H
+#define QDEV_H
+
+#include "hw/hw.h"
+#include "hw/qdev-core.h"
+#include "hw/qdev-properties.h"
+
+#endif