Subversion Repositories freemyipod

Rev

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

Rev 117 Rev 118
Line 44... Line 44...
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 "../backlight.h"
-
 
49
#include "../syscall.h"
49
#include "../libc/include/string.h"
50
#include "../libc/include/string.h"
50
#include "../libc/include/stdlib.h"
51
#include "../libc/include/stdlib.h"
51
#include "../libc/include/stdio.h"
52
#include "../libc/include/stdio.h"
52
 
53
 
53
/* increase this every time the api struct changes */
54
/* increase this every time the api struct changes */
Line 185... Line 186...
185
    typeof(strstr) *strstr;
186
    typeof(strstr) *strstr;
186
    typeof(strtok_r) *strtok_r;
187
    typeof(strtok_r) *strtok_r;
187
    typeof(backlight_on) *backlight_on;
188
    typeof(backlight_on) *backlight_on;
188
    typeof(backlight_set_fade) *backlight_set_fade;
189
    typeof(backlight_set_fade) *backlight_set_fade;
189
    typeof(backlight_set_brightness) *backlight_set_brightness;
190
    typeof(backlight_set_brightness) *backlight_set_brightness;
-
 
191
    typeof(get_platform_id) *get_platform_id;
190
};
192
};
191
 
193
 
192
 
194
 
193
#endif
195
#endif