diff options
Diffstat (limited to 'src/irq.rs')
-rw-r--r-- | src/irq.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +//! Interrupt description and set-up code. + use core::fmt; /// x86 Exception description (see also Intel Vol. 3a Chapter 6). |