]> git.proxmox.com Git - qemu.git/blame - hw/qdev.h
cpu: Move halted and interrupt_request fields to CPUState
[qemu.git] / hw / qdev.h
CommitLineData
aae9460e
PB
1#ifndef QDEV_H
2#define QDEV_H
3
074a86fc 4#include "hw/hw.h"
83c9f4ca
PB
5#include "hw/qdev-core.h"
6#include "hw/qdev-properties.h"
09e5ab63 7
aae9460e 8#endif