Subversion Repositories freemyipod

Rev

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

Rev 116 Rev 117
Line 43... Line 43...
43
#include "../lcd.h"
43
#include "../lcd.h"
44
#include "../mmu.h"
44
#include "../mmu.h"
45
#include "../nand.h"
45
#include "../nand.h"
46
#include "../power.h"
46
#include "../power.h"
47
#include "../execimage.h"
47
#include "../execimage.h"
-
 
48
#include "../backlight.h"
48
#include "../libc/include/string.h"
49
#include "../libc/include/string.h"
49
#include "../libc/include/stdlib.h"
50
#include "../libc/include/stdlib.h"
50
#include "../libc/include/stdio.h"
51
#include "../libc/include/stdio.h"
51
 
52
 
52
/* increase this every time the api struct changes */
53
/* increase this every time the api struct changes */
Line 181... Line 182...
181
    typeof(strlen) *strlen;
182
    typeof(strlen) *strlen;
182
    typeof(strncmp) *strncmp;
183
    typeof(strncmp) *strncmp;
183
    typeof(strrchr) *strrchr;
184
    typeof(strrchr) *strrchr;
184
    typeof(strstr) *strstr;
185
    typeof(strstr) *strstr;
185
    typeof(strtok_r) *strtok_r;
186
    typeof(strtok_r) *strtok_r;
-
 
187
    typeof(backlight_on) *backlight_on;
-
 
188
    typeof(backlight_set_fade) *backlight_set_fade;
-
 
189
    typeof(backlight_set_brightness) *backlight_set_brightness;
186
};
190
};
187
 
191
 
188
 
192
 
189
#endif
193
#endif