Subversion Repositories HelenOS-historic

Rev

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

Rev 195 Rev 256
Line 47... Line 47...
47
    __asm__ volatile ("and %0, $29, %1\n" : "=r" (v) : "r" (~(STACK_SIZE-1)));
47
    __asm__ volatile ("and %0, $29, %1\n" : "=r" (v) : "r" (~(STACK_SIZE-1)));
48
   
48
   
49
    return v;
49
    return v;
50
}
50
}
51
 
51
 
-
 
52
void cpu_halt(void);
52
void asm_delay_loop(__u32 t);
53
void asm_delay_loop(__u32 t);
53
 
54
 
54
 
55
 
55
#endif
56
#endif