]> git.proxmox.com Git - mirror_qemu.git/blame - include/hw/qdev.h
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190312' into staging
[mirror_qemu.git] / include / hw / qdev.h
CommitLineData
aae9460e
PB
1#ifndef QDEV_H
2#define QDEV_H
3
074a86fc 4#include "hw/hw.h"
83c9f4ca
PB
5#include "hw/qdev-core.h"
6#include "hw/qdev-properties.h"
09e5ab63 7
aae9460e 8#endif