Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

/projects/cubeos/src_current/kernel/ivtab.c File Reference

#include <cubeos.h>
#include <ivtab.h>

Include dependency graph for ivtab.c:

Go to the source code of this file.

Functions

void _KERN_IVTab_init ()
 initializes the interrupt vector table. More...

int _KERN_IVTab_setvector (unsigned short vector, void(*isr)(void))
 sets a vector in the interrupt vector table. More...

int _KERN_IVTab_clearvector (unsigned short vector, void(*isr)(void))
 resets the interrupt vector table. More...


Variables

void(*(* _KERN_IVTab (void)
void * _KERN_IVTab_oldvector [512]


Detailed Description

Definition in file ivtab.c.


Variable Documentation

void(*(* _KERN_IVTab(void)
 

Kernel interrupt vector table

void* _KERN_IVTab_oldvector[512]
 

table for saving old vector settings

Definition at line 24 of file ivtab.c.

Referenced by _KERN_IVTab_clearvector, _KERN_IVTab_init, and _KERN_IVTab_setvector.


Generated on Thu Feb 20 15:38:53 2003 for cubeOS by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002