Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

syscall.h

Go to the documentation of this file.
00001 /*!     \file include/kernel/syscall.h
00002  *      \brief System Calls header.
00003  *      \author Andrea Righi <drizzt@inwind.it>
00004  *      \date Last update: 2003-11-04
00005  *      \note Copyright (&copy;) 2003 Andrea Righi
00006  */
00007 
00008 #ifndef SYSCALL_H
00009 #define SYSCALL_H
00010 
00011 // --- Prototypes ----------------------------------------------------- //
00012 
00013 void syscall_handler(dword *eax, dword *ebp);
00014 
00015 #endif
00016 

Generated on Fri Feb 20 15:32:16 2004 for Minirighi by doxygen1.2.18