aboutsummaryrefslogtreecommitdiff
path: root/hw/qdev.h
blob: 365b8d6ca2a443f435a36ec4999fbfcecfd301da (plain)
1
2
3
4
5
6
7
8
9
#ifndef QDEV_H
#define QDEV_H

#include "hw/hw.h"
#include "qdev-core.h"
#include "qdev-properties.h"
#include "qdev-monitor.h"

#endif