use Port;
use Mutex;
use ;
/// Configuration data. Use channel 0 and mode 3, square wave generator. Use lohi operation.
const PIT_SET: u8 = 0x36;
static DIVISOR: u16 = 2685;
/// Simple interface to the PIT.
pub static PIT: = new;
pub static PIT_TICKS: AtomicUsize = ATOMIC_USIZE_INIT;