Subversion Repositories HelenOS-historic

Rev

Rev 180 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 180 Rev 195
Line 45... Line 45...
45
    __asm__ volatile ("and %0 = %1, r12" : "=r" (v) : "r" (~(STACK_SIZE-1)));
45
    __asm__ volatile ("and %0 = %1, r12" : "=r" (v) : "r" (~(STACK_SIZE-1)));
46
   
46
   
47
    return v;
47
    return v;
48
}
48
}
49
 
49
 
-
 
50
 
-
 
51
void cpu_sleep(void);
-
 
52
 
-
 
53
void asm_delay_loop(__u32 t);
-
 
54
 
50
#endif
55
#endif