diff options
Diffstat (limited to 'hw/apic.h')
| -rw-r--r-- | hw/apic.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/apic.h b/hw/apic.h index a62d83ba9f..62179cebee 100644 --- a/hw/apic.h +++ b/hw/apic.h @@ -18,9 +18,11 @@ void cpu_set_apic_tpr(DeviceState *s, uint8_t val); uint8_t cpu_get_apic_tpr(DeviceState *s); void apic_init_reset(DeviceState *s); void apic_sipi(DeviceState *s); +void apic_handle_tpr_access_report(DeviceState *d, target_ulong ip, + TPRAccess access); /* pc.c */ -int cpu_is_bsp(CPUState *env); +int cpu_is_bsp(CPUX86State *env); DeviceState *cpu_get_current_apic(void); #endif |