Subversion Repositories freemyipod

Rev

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

Rev 125 Rev 127
Line 46... Line 46...
46
#include "../power.h"
46
#include "../power.h"
47
#include "../execimage.h"
47
#include "../execimage.h"
48
#include "../backlight.h"
48
#include "../backlight.h"
49
#include "../syscall.h"
49
#include "../syscall.h"
50
#include "../progressbar.h"
50
#include "../progressbar.h"
-
 
51
#include "../contextswitch.h"
51
#include "../libc/include/string.h"
52
#include "../libc/include/string.h"
52
#include "../libc/include/stdlib.h"
53
#include "../libc/include/stdlib.h"
53
#include "../libc/include/stdio.h"
54
#include "../libc/include/stdio.h"
54
#include "../libc/tlsf/tlsf.h"
55
#include "../libc/tlsf/tlsf.h"
55
 
56
 
Line 207... Line 208...
207
    typeof(tlsf_free) *tlsf_free;
208
    typeof(tlsf_free) *tlsf_free;
208
    typeof(tlsf_walk_heap) *tlsf_walk_heap;
209
    typeof(tlsf_walk_heap) *tlsf_walk_heap;
209
    typeof(tlsf_check_heap) *tlsf_check_heap;
210
    typeof(tlsf_check_heap) *tlsf_check_heap;
210
    typeof(tlsf_block_size) *tlsf_block_size;
211
    typeof(tlsf_block_size) *tlsf_block_size;
211
    typeof(tlsf_overhead) *tlsf_overhead;
212
    typeof(tlsf_overhead) *tlsf_overhead;
-
 
213
    typeof(execfirmware) *execfirmware;
212
};
214
};
213
 
215
 
214
 
216
 
215
#endif
217
#endif