Subversion Repositories freemyipod

Rev

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

Rev 130 Rev 131
Line 40... Line 40...
40
#include "../timer.h"
40
#include "../timer.h"
41
#include "../i2c.h"
41
#include "../i2c.h"
42
#include "../interrupt.h"
42
#include "../interrupt.h"
43
#include "../lcd.h"
43
#include "../lcd.h"
44
#include "../mmu.h"
44
#include "../mmu.h"
45
#include "../nand.h"
-
 
46
#include "../power.h"
45
#include "../power.h"
47
#include "../execimage.h"
46
#include "../execimage.h"
48
#include "../backlight.h"
47
#include "../backlight.h"
49
#include "../syscall.h"
48
#include "../syscall.h"
50
#include "../progressbar.h"
49
#include "../progressbar.h"
Line 165... Line 164...
165
    typeof(lcd_get_bytes_per_pixel) *lcd_get_bytes_per_pixel;
164
    typeof(lcd_get_bytes_per_pixel) *lcd_get_bytes_per_pixel;
166
    typeof(lcd_translate_color) *lcd_translate_color;
165
    typeof(lcd_translate_color) *lcd_translate_color;
167
    typeof(clean_dcache) *clean_dcache;
166
    typeof(clean_dcache) *clean_dcache;
168
    typeof(invalidate_dcache) *invalidate_dcache;
167
    typeof(invalidate_dcache) *invalidate_dcache;
169
    typeof(invalidate_icache) *invalidate_icache;
168
    typeof(invalidate_icache) *invalidate_icache;
170
    typeof(nand_read_page) *nand_read_page;
-
 
171
    typeof(nand_block_erase) *nand_block_erase;
-
 
172
    typeof(nand_read_page_fast) *nand_read_page_fast;
-
 
173
    typeof(nand_write_page) *nand_write_page;
-
 
174
    typeof(nand_write_page_start) *nand_write_page_start;
-
 
175
    typeof(nand_write_page_collect) *nand_write_page_collect;
-
 
176
    typeof(nand_get_device_type) *nand_get_device_type;
-
 
177
    typeof(power_off) *power_off;
169
    typeof(power_off) *power_off;
178
    typeof(charging_state) *charging_state;
170
    typeof(charging_state) *charging_state;
179
    typeof(atoi) *atoi;
171
    typeof(atoi) *atoi;
180
    typeof(memchr) *memchr;
172
    typeof(memchr) *memchr;
181
    typeof(memcmp) *memcmp;
173
    typeof(memcmp) *memcmp;