Subversion Repositories freemyipod

Rev

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

Rev 453 Rev 466
Line 185... Line 185...
185
#define hmacsha1 __emcore_syscall->hmacsha1
185
#define hmacsha1 __emcore_syscall->hmacsha1
186
#define reset __emcore_syscall->reset
186
#define reset __emcore_syscall->reset
187
#define int_dma_set_handler __emcore_syscall->int_dma_set_handler
187
#define int_dma_set_handler __emcore_syscall->int_dma_set_handler
188
#define thread_set_name __emcore_syscall->thread_set_name
188
#define thread_set_name __emcore_syscall->thread_set_name
189
#define thread_set_priority __emcore_syscall->thread_set_priority
189
#define thread_set_priority __emcore_syscall->thread_set_priority
-
 
190
#define malloc __emcore_syscall->malloc
-
 
191
#define memalign __emcore_syscall->memalogn
-
 
192
#define realloc __emcore_syscall->realloc
-
 
193
#define reownalloc __emcore_syscall->reownalloc
-
 
194
#define free __emcore_syscall->free
-
 
195
#define library_unload __emcore_syscall->library_unload
-
 
196
#define get_library __emcore_syscall->get_library
-
 
197
#define get_library_ext __emcore_syscall->get_library_ext
-
 
198
#define release_library __emcore_syscall->release_library
-
 
199
#define release_library_ext __emcore_syscall->release_library_ext
190
 
200
 
191
 
201
 
192
#endif
202
#endif