1
2
3
4
5
6
7
8
//! A rust interface to the x2apic interrupt architecture.

#![no_std]
#![feature(ptr_internals)]
#![deny(missing_docs)]

pub mod ioapic;
pub mod lapic;