Subversion Repositories freemyipod

Rev

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

Rev 939 Rev 946
Line 109... Line 109...
109
 
109
 
110
 
110
 
111
#ifndef ASM_FILE
111
#ifndef ASM_FILE
112
extern __attribute__((noreturn)) void powerdown();
112
extern __attribute__((noreturn)) void powerdown();
113
extern __attribute__((noreturn)) void hang();
113
extern __attribute__((noreturn)) void hang();
114
extern __attribute__((pure)) void idle();
114
extern void idle();
115
extern __attribute__((noreturn)) void execfirmware(void* address);
115
extern __attribute__((noreturn)) void execfirmware(void* address);
116
extern void enter_critical_section();
116
extern void enter_critical_section();
117
extern void leave_critical_section();
117
extern void leave_critical_section();
118
extern void clean_dcache(const void* addr, uint32_t len);
118
extern void clean_dcache(const void* addr, uint32_t len);
119
extern void invalidate_dcache(const void* addr, uint32_t len);
119
extern void invalidate_dcache(const void* addr, uint32_t len);