diff options
Diffstat (limited to 'include/hw/qdev.h')
-rw-r--r-- | include/hw/qdev.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/hw/qdev.h b/include/hw/qdev.h new file mode 100644 index 0000000000..5cb8b080a6 --- /dev/null +++ b/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 |