#include <irq.h>
Collaboration diagram for Interrupts:
Public Methods | |
void | init () |
void | register_handler (unsigned char int_num, Handler_func handler) |
void | unregister_handler (unsigned char int_num) |
Protected Attributes | |
Int_descriptor | int_table [INTERRUPT_COUNT] |
Static Protected Attributes | |
const unsigned int | ISR_SIZE = 9 |
|
Create an interrupt descriptor table and enable system interrupts.
|
|
Set the handler for a particular interrupt.
|
|
Remove the handler for a particular interrupt.
|
|
|
|
|
Torsion Operating System, Copyright (C) 2000-2002 Dan Helfman