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

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

#endif