qemu-e2k/include/hw/qdev.h

8 lines
97 B
C

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