diff options
Diffstat (limited to 'ioapic.c')
-rw-r--r-- | ioapic.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ // The I/O APIC manages hardware interrupts for an SMP system. // http://www.intel.com/design/chipsets/datashts/29056601.pdf +// See also picirq.c. #include "types.h" #include "defs.h" |