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 50732d2..6aa9beb 100644
--- a/src/irq.rs
+++ b/src/irq.rs
@@ -1,3 +1,5 @@
+//! Interrupt description and set-up code.
+
use core::fmt;
/// x86 Exception description (see also Intel Vol. 3a Chapter 6).