Revision d362e757 hw/mc146818rtc.c

b/hw/mc146818rtc.c
25 25
#include "qemu-timer.h"
26 26
#include "sysemu.h"
27 27
#include "pc.h"
28
#include "apic.h"
29 28
#include "isa.h"
30 29
#include "mc146818rtc.h"
31 30

  
31
#ifdef TARGET_I386
32
#include "apic.h"
33
#endif
34

  
32 35
//#define DEBUG_CMOS
33 36
//#define DEBUG_COALESCED
34 37

  

Also available in: Unified diff