Revision 0d09e41a hw/i8259.c

b/hw/i8259.c
22 22
 * THE SOFTWARE.
23 23
 */
24 24
#include "hw/hw.h"
25
#include "hw/pc.h"
26
#include "hw/isa.h"
25
#include "hw/i386/pc.h"
26
#include "hw/isa/isa.h"
27 27
#include "monitor/monitor.h"
28 28
#include "qemu/timer.h"
29
#include "hw/i8259_internal.h"
29
#include "hw/isa/i8259_internal.h"
30 30

  
31 31
/* debug PIC */
32 32
//#define DEBUG_PIC

Also available in: Unified diff