source:
trunk/include/sh_ks_xor.h@
508
Last change on this file since 508 was 1, checked in by , 19 years ago | |
---|---|
File size: 169 bytes |
Rev | Line | |
---|---|---|
[1] | 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.