source: trunk/include/sh_ks.h@ 577

Last change on this file since 577 was 1, checked in by katerina, 19 years ago

Initial import

File size: 169 bytes
Line 
1#ifndef SH_KERN_CALLS_H
2#define SH_KERN_CALLS_H
3
4/* Dummy header. */
5
6typedef 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.