Subversion Repositories HelenOS

Rev

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

Rev 191 Rev 201
Line 75... Line 75...
75
static inline __address get_stack_base(void)
75
static inline __address get_stack_base(void)
76
{
76
{
77
    return NULL;
77
    return NULL;
78
}
78
}
79
 
79
 
-
 
80
void cpu_sleep(void);
-
 
81
void asm_delay_loop(__u32 t);
-
 
82
 
80
#endif
83
#endif