mirror of https://gitee.com/openkylin/qemu.git
9 lines
116 B
C
9 lines
116 B
C
|
#ifndef QDEV_H
|
||
|
#define QDEV_H
|
||
|
|
||
|
#include "hw/hw.h"
|
||
|
#include "hw/qdev-core.h"
|
||
|
#include "hw/qdev-properties.h"
|
||
|
|
||
|
#endif
|