Subversion Repositories freemyipod

Rev

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

Rev 131 Rev 132
Line 46... Line 46...
46
#include "../execimage.h"
46
#include "../execimage.h"
47
#include "../backlight.h"
47
#include "../backlight.h"
48
#include "../syscall.h"
48
#include "../syscall.h"
49
#include "../progressbar.h"
49
#include "../progressbar.h"
50
#include "../button.h"
50
#include "../button.h"
-
 
51
#include "../clickwheel.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 204... Line 205...
204
    typeof(tlsf_block_size) *tlsf_block_size;
205
    typeof(tlsf_block_size) *tlsf_block_size;
205
    typeof(tlsf_overhead) *tlsf_overhead;
206
    typeof(tlsf_overhead) *tlsf_overhead;
206
    typeof(execfirmware) *execfirmware;
207
    typeof(execfirmware) *execfirmware;
207
    typeof(button_register_handler) *button_register_handler;
208
    typeof(button_register_handler) *button_register_handler;
208
    typeof(button_unregister_handler) *button_unregister_handler;
209
    typeof(button_unregister_handler) *button_unregister_handler;
-
 
210
    typeof(clickwheel_get_state) *clickwheel_get_state;
209
};
211
};
210
 
212
 
211
 
213
 
212
#endif
214
#endif