summary refs log tree commit diff
path: root/x86_64/src/mpspec.rs
diff options
context:
space:
mode:
Diffstat (limited to 'x86_64/src/mpspec.rs')
-rw-r--r--x86_64/src/mpspec.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/x86_64/src/mpspec.rs b/x86_64/src/mpspec.rs
index ab7af51..5340d9e 100644
--- a/x86_64/src/mpspec.rs
+++ b/x86_64/src/mpspec.rs
@@ -38,6 +38,7 @@ pub const MPC_APIC_USABLE: ::std::os::raw::c_uint = 1;
 pub const MP_IRQDIR_DEFAULT: ::std::os::raw::c_uint = 0;
 pub const MP_IRQDIR_HIGH: ::std::os::raw::c_uint = 1;
 pub const MP_IRQDIR_LOW: ::std::os::raw::c_uint = 3;
+pub const MP_LEVEL_TRIGGER: ::std::os::raw::c_uint = 0xc;
 pub const MP_APIC_ALL: ::std::os::raw::c_uint = 255;
 pub const MPC_OEM_SIGNATURE: &'static [u8; 5usize] = b"_OEM\x00";
 #[repr(C)]