mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 14:18:08 +00:00
7 lines
84 B
C
7 lines
84 B
C
#ifndef QDEV_H
|
|
#define QDEV_H
|
|
|
|
#include "hw/hw.h"
|
|
#include "hw/qdev-core.h"
|
|
|
|
#endif
|