diff options
Diffstat (limited to 'src/irq.rs')
-rw-r--r-- | src/irq.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |