Subversion Repositories freemyipod

Rev

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

Rev 2 Rev 35
Line 28... Line 28...
28
#include "global.h"
28
#include "global.h"
29
 
29
 
30
 
30
 
31
void clean_dcache() __attribute__((naked, noinline)) ICODE_ATTR;
31
void clean_dcache() __attribute__((naked, noinline)) ICODE_ATTR;
32
void invalidate_dcache() __attribute__((naked, noinline)) ICODE_ATTR;
32
void invalidate_dcache() __attribute__((naked, noinline)) ICODE_ATTR;
-
 
33
void invalidate_icache() __attribute__((naked, noinline)) ICODE_ATTR;
33
 
34
 
34
 
35
 
35
#endif
36
#endif