trap.h

Go to the documentation of this file.
00001 /*
00002 ** trap.h for lseos in lseos-core/kernel/core
00003 ** 
00004 ** Copyright(c)2004 IONIS group, Vianney Rancurel - Paris
00005 ** Login   <vianney@epita.fr>
00006 ** 
00007 ** Started on  Mon Jan 26 18:08:40 2004 Vianney Rancurel
00008 ** Last update Mon Dec  6 11:20:29 2004 Vianney Rancurel
00009 */
00010 #ifndef __LSEOS_TRAP_H__
00011 #define __LSEOS_TRAP_H__        1
00012 #include <core.h>
00013 
00014 /* PROTO trap.c */
00015 #ifdef __KERNEL__
00016 /* trap.c */
00017 void do_trap_except(void);
00018 void trap_init(void);
00019 void trap_except(void);
00020 #endif /* __KERNEL__ */
00021 #endif

Generated on Wed May 24 23:04:16 2006 for LSE/OS by  doxygen 1.4.6