Subversion Repositories freemyipod

Rev

Rev 43 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 43 Rev 99
Line 24... Line 24...
24
#ifndef __SYSCALL_H__
24
#ifndef __SYSCALL_H__
25
#define __SYSCALL_H__
25
#define __SYSCALL_H__
26
 
26
 
27
 
27
 
28
#include "global.h"
28
#include "global.h"
-
 
29
#include "syscallapi.h"
29
 
30
 
30
 
31
 
31
void* get_syscall_table() ICODE_ATTR;
32
struct embios_syscall_table* get_syscall_table() ICODE_ATTR;
32
 
33
 
33
 
34
 
34
#endif
35
#endif