Subversion Repositories freemyipod

Rev

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

Rev 565 Rev 593
Line 36... Line 36...
36
#include "../drawing.h"
36
#include "../drawing.h"
37
#include "../lcdconsole.h"
37
#include "../lcdconsole.h"
38
#include "../storage.h"
38
#include "../storage.h"
39
#include "../shutdown.h"
39
#include "../shutdown.h"
40
#include "../thread.h"
40
#include "../thread.h"
-
 
41
#include "../contextswitch.h"
41
#include "../ucl.h"
42
#include "../ucl.h"
42
#include "../bootflash.h"
43
#include "../bootflash.h"
43
#include "../timer.h"
44
#include "../timer.h"
44
#include "../i2c.h"
45
#include "../i2c.h"
45
#include "../interrupt.h"
46
#include "../interrupt.h"
Line 235... Line 236...
235
    typeof(execfirmware) *execfirmware;
236
    typeof(execfirmware) *execfirmware;
236
    typeof(button_register_handler) *button_register_handler;
237
    typeof(button_register_handler) *button_register_handler;
237
    typeof(button_unregister_handler) *button_unregister_handler;
238
    typeof(button_unregister_handler) *button_unregister_handler;
238
    typeof(clickwheel_get_state) *clickwheel_get_state;
239
    typeof(clickwheel_get_state) *clickwheel_get_state;
239
    typeof(clockgate_enable) *clockgate_enable;
240
    typeof(clockgate_enable) *clockgate_enable;
240
    typeof(context_switch) *context_switch;
241
    typeof(yield) *yield;
241
    typeof(disk_mount) *disk_mount;
242
    typeof(disk_mount) *disk_mount;
242
    typeof(disk_unmount) *disk_unmount;
243
    typeof(disk_unmount) *disk_unmount;
243
    typeof(hwkeyaes) *hwkeyaes;
244
    typeof(hwkeyaes) *hwkeyaes;
244
    typeof(hmacsha1) *hmacsha1;
245
    typeof(hmacsha1) *hmacsha1;
245
    typeof(reset) *reset;
246
    typeof(reset) *reset;