]> Git Repo - qemu.git/blobdiff - hw/apic.h
serial: convert PIO to new memory api read/write
[qemu.git] / hw / apic.h
index d6d6d440eea361716943a410b577691fc74c5571..1d48e027c3c17c88f1c9e4f894ef72f78d903f59 100644 (file)
--- a/hw/apic.h
+++ b/hw/apic.h
@@ -20,9 +20,13 @@ void apic_init_reset(DeviceState *s);
 void apic_sipi(DeviceState *s);
 void apic_handle_tpr_access_report(DeviceState *d, target_ulong ip,
                                    TPRAccess access);
+void apic_poll_irq(DeviceState *d);
+void apic_designate_bsp(DeviceState *d);
 
 /* pc.c */
-int cpu_is_bsp(CPUState *env);
 DeviceState *cpu_get_current_apic(void);
 
+/* cpu.c */
+bool cpu_is_bsp(X86CPU *cpu);
+
 #endif
This page took 0.02118 seconds and 4 git commands to generate.