/**************************************************************************************
Copyright (c) 2002
The UbixOS Project
$Id$
**************************************************************************************/
#ifndef _IDT_H
#define _IDT_H
void initIdt();
void setVector(void *handler, unsigned char interrupt, unsigned short controlMajor);
void intNull();
void _int0();
void _int1();
void _int2();
void _int3();
void _int4();
void _int5();
void _int6();
#endif