1
0
Fork 0
mirror of https://github.com/yuzu-emu/unicorn.git synced 2025-03-08 10:09:43 +00:00
unicorn/qemu/include/hw/qdev.h
Nguyen Anh Quynh 344d016104 import
2015-08-21 15:04:50 +08:00

8 lines
84 B
C

#ifndef QDEV_H
#define QDEV_H
#include "hw/hw.h"
#include "hw/qdev-core.h"
#endif