Subversion Repositories freemyipod

Rev

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

Rev 453 Rev 466
Line 55... Line 55...
55
#include "../clickwheel.h"
55
#include "../clickwheel.h"
56
#include "../clockgates.h"
56
#include "../clockgates.h"
57
#include "../contextswitch.h"
57
#include "../contextswitch.h"
58
#include "../hwkeyaes.h"
58
#include "../hwkeyaes.h"
59
#include "../hmacsha1.h"
59
#include "../hmacsha1.h"
-
 
60
#include "../malloc.h"
-
 
61
#include "../library.h"
60
#include "../libc/include/string.h"
62
#include "../libc/include/string.h"
61
#include "../libc/include/stdlib.h"
63
#include "../libc/include/stdlib.h"
62
#include "../libc/include/stdio.h"
64
#include "../libc/include/stdio.h"
63
#include "../libc/tlsf/tlsf.h"
65
#include "../libc/tlsf/tlsf.h"
64
 
66
 
Line 229... Line 231...
229
    typeof(hmacsha1) *hmacsha1;
231
    typeof(hmacsha1) *hmacsha1;
230
    typeof(reset) *reset;
232
    typeof(reset) *reset;
231
    typeof(int_dma_set_handler) *int_dma_set_handler;
233
    typeof(int_dma_set_handler) *int_dma_set_handler;
232
    typeof(thread_set_name) *thread_set_name;
234
    typeof(thread_set_name) *thread_set_name;
233
    typeof(thread_set_priority) *thread_set_priority;
235
    typeof(thread_set_priority) *thread_set_priority;
-
 
236
    typeof(malloc) *malloc;
-
 
237
    typeof(memalign) *memalign;
-
 
238
    typeof(realloc) *realloc;
-
 
239
    typeof(reownalloc) *reownalloc;
-
 
240
    typeof(free) *free;
-
 
241
    typeof(library_unload) *library_unload;
-
 
242
    typeof(get_library) *get_library;
-
 
243
    typeof(get_library_ext) *get_library_ext;
-
 
244
    typeof(release_library) *release_library;
-
 
245
    typeof(release_library_ext) *release_library_ext;
234
};
246
};
235
 
247
 
236
 
248
 
237
#endif
249
#endif