diff options
Diffstat (limited to 'sys/inc/arch/amd64/mcb.h')
| -rw-r--r-- | sys/inc/arch/amd64/mcb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/inc/arch/amd64/mcb.h b/sys/inc/arch/amd64/mcb.h index eb63365..ccd71ce 100644 --- a/sys/inc/arch/amd64/mcb.h +++ b/sys/inc/arch/amd64/mcb.h @@ -40,11 +40,13 @@ * @hwid: Hardware APIC ID * @xapic_io: MMIO base for the legacy xAPIC * @has_x2apic: Set if x2APIC mode is supported + * @lapic_tmr_freq: Frequency of Local APIC timer */ struct mcb { uint32_t hwid; void *xapic_io; uint8_t has_x2apic : 1; + size_t lapic_tmr_freq; }; #endif /* !_MACHINE_MCB_H_ */ |
