1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

add address of the CMCI register

This commit is contained in:
Stefan Lankes 2017-08-03 07:49:35 +02:00
parent 079da6afc3
commit 12306ee73b

View file

@ -48,6 +48,8 @@ extern "C" {
#define APIC_SVR 0x00F0
/// Error Status Register
#define APIC_ESR 0x0280
/// Corrected Machine-Check Error Interrupt Register
#define APIC_CMCI 0x02F0
/// Interrupt Command Register [bits 0-31]
#define APIC_ICR1 0x0300
/// Interrupt Command Register [bits 32-63]