Subversion Repositories freemyipod

Rev

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

Rev 127 Rev 130
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 "../button.h"
51
#include "../contextswitch.h"
52
#include "../contextswitch.h"
52
#include "../libc/include/string.h"
53
#include "../libc/include/string.h"
53
#include "../libc/include/stdlib.h"
54
#include "../libc/include/stdlib.h"
54
#include "../libc/include/stdio.h"
55
#include "../libc/include/stdio.h"
55
#include "../libc/tlsf/tlsf.h"
56
#include "../libc/tlsf/tlsf.h"
Line 209... Line 210...
209
    typeof(tlsf_walk_heap) *tlsf_walk_heap;
210
    typeof(tlsf_walk_heap) *tlsf_walk_heap;
210
    typeof(tlsf_check_heap) *tlsf_check_heap;
211
    typeof(tlsf_check_heap) *tlsf_check_heap;
211
    typeof(tlsf_block_size) *tlsf_block_size;
212
    typeof(tlsf_block_size) *tlsf_block_size;
212
    typeof(tlsf_overhead) *tlsf_overhead;
213
    typeof(tlsf_overhead) *tlsf_overhead;
213
    typeof(execfirmware) *execfirmware;
214
    typeof(execfirmware) *execfirmware;
-
 
215
    typeof(button_register_handler) *button_register_handler;
-
 
216
    typeof(button_unregister_handler) *button_unregister_handler;
214
};
217
};
215
 
218
 
216
 
219
 
217
#endif
220
#endif