Remove PIC support; disable it on boot
This commit is contained in:
@@ -11,28 +11,11 @@
|
||||
|
||||
#include <xtos.h>
|
||||
|
||||
|
||||
/* HAL library routines forward references */
|
||||
XTCDECL
|
||||
VOID
|
||||
HlInitializePic(VOID);
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
HlSetMaskIrqPic(UCHAR Irq);
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
HlClearMaskIrqPic(UCHAR Irq);
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
HlDisablePic(VOID);
|
||||
|
||||
XTFASTCALL
|
||||
VOID
|
||||
HlWritePic(IN UCHAR Register, IN UCHAR Value);
|
||||
|
||||
XTAPI
|
||||
VOID
|
||||
HlClearScreen(VOID);
|
||||
|
Reference in New Issue
Block a user