Statistics
| Branch: | Revision:

root / hw / qdev.h @ bf3bc4c4

History | View | Annotate | Download (136 Bytes)

1 aae9460e Paul Brook
#ifndef QDEV_H
2 aae9460e Paul Brook
#define QDEV_H
3 aae9460e Paul Brook
4 074a86fc Anthony Liguori
#include "hw/hw.h"
5 074a86fc Anthony Liguori
#include "qdev-core.h"
6 074a86fc Anthony Liguori
#include "qdev-properties.h"
7 074a86fc Anthony Liguori
#include "qdev-monitor.h"
8 09e5ab63 Anthony Liguori
9 aae9460e Paul Brook
#endif