Subversion Repositories freemyipod

Rev

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

Rev 479 Rev 489
Line 186... Line 186...
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
190
#define malloc __emcore_syscall->malloc
191
#define memalign __emcore_syscall->memalogn
191
#define memalign __emcore_syscall->memalign
192
#define realloc __emcore_syscall->realloc
192
#define realloc __emcore_syscall->realloc
193
#define reownalloc __emcore_syscall->reownalloc
193
#define reownalloc __emcore_syscall->reownalloc
194
#define free __emcore_syscall->free
194
#define free __emcore_syscall->free
195
#define library_unload __emcore_syscall->library_unload
195
#define library_unload __emcore_syscall->library_unload
196
#define get_library __emcore_syscall->get_library
196
#define get_library __emcore_syscall->get_library
197
#define get_library_ext __emcore_syscall->get_library_ext
197
#define get_library_ext __emcore_syscall->get_library_ext
198
#define release_library __emcore_syscall->release_library
198
#define release_library __emcore_syscall->release_library
199
#define release_library_ext __emcore_syscall->release_library_ext
199
#define release_library_ext __emcore_syscall->release_library_ext
200
#define fat_enable_flushing __emcore_syscall->fat_enable_flushing
200
#define fat_enable_flushing __emcore_syscall->fat_enable_flushing
-
 
201
#define lcd_get_format __emcore_syscall->lcd_get_format
201
 
202
 
202
 
203
 
203
#endif
204
#endif