aboutsummaryrefslogtreecommitdiff
path: root/src/irq.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/irq.rs')
-rw-r--r--src/irq.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/irq.rs b/src/irq.rs
index 727fd7d..12534f1 100644
--- a/src/irq.rs
+++ b/src/irq.rs
@@ -1,6 +1,8 @@
//! Shared interrupt description and set-up code.
//! See the `bits*::irq` modules for arch-specific portions.
+use bitflags::*;
+
use core::fmt;
/// x86 Exception description (see also Intel Vol. 3a Chapter 6).