/[rtmk]/rtmk/syscalls.h
ViewVC logotype

Diff of /rtmk/syscalls.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jrydberg, Wed Dec 12 02:54:03 2001 UTC revision 1.2 by jrydberg, Thu Dec 13 02:09:38 2001 UTC
# Line 18  Foundation, Inc., 59 Temple Place - Suit Line 18  Foundation, Inc., 59 Temple Place - Suit
18  #ifndef __syscalls_h  #ifndef __syscalls_h
19  #define __syscalls_h 1  #define __syscalls_h 1
20    
21    #include <rtmk/kern-return.h>
22    
23  struct syscall  struct syscall
24  {  {
25    void (*syscall_fn) (void *);  /* Function for system call.  */    kern_return_t (*syscall_fn) (void *); /* Function for system call.  */
26    int nargs;                    /* Number of arguments.  */    int nargs;                            /* Number of arguments.  */
27  };  };
28    
29  /* Table of system calls supported by the system.  */  /* Table of system calls supported by the system.  */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26