Subversion Repositories freemyipod

Rev

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

Rev 158 Rev 258
Line 182... Line 182...
182
#define disk_mount(args...) __embios_syscall->disk_mount(args)
182
#define disk_mount(args...) __embios_syscall->disk_mount(args)
183
#define disk_unmount(args...) __embios_syscall->disk_unmount(args)
183
#define disk_unmount(args...) __embios_syscall->disk_unmount(args)
184
#define hwkeyaes(args...) __embios_syscall->hwkeyaes(args)
184
#define hwkeyaes(args...) __embios_syscall->hwkeyaes(args)
185
#define hmacsha1(args...) __embios_syscall->hmacsha1(args)
185
#define hmacsha1(args...) __embios_syscall->hmacsha1(args)
186
#define reset(args...) __embios_syscall->reset(args)
186
#define reset(args...) __embios_syscall->reset(args)
-
 
187
#define int_dma_set_handler(args...) __embios_syscall->int_dma_set_handler(args)
187
 
188
 
188
 
189
 
189
#endif
190
#endif