source:
branches/samhain-2_2-branch/include/sh_ks.h@
557
Last change on this file since 557 was 1, checked in by , 19 years ago | |
---|---|
File size: 169 bytes |
Line | |
---|---|
1 | #ifndef SH_KERN_CALLS_H |
2 | #define SH_KERN_CALLS_H |
3 | |
4 | /* Dummy header. */ |
5 | |
6 | typedef struct _sh_syscall_t { |
7 | unsigned long addr; |
8 | char * name; |
9 | } sh_syscall_t; |
10 | |
11 | #endif |
Note:
See TracBrowser
for help on using the repository browser.