Subversion Repositories HelenOS-historic

Rev

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

Rev 173 Rev 197
Line 30... Line 30...
30
#define __amd64_ASM_H__
30
#define __amd64_ASM_H__
31
 
31
 
32
#include <arch/types.h>
32
#include <arch/types.h>
33
#include <config.h>
33
#include <config.h>
34
 
34
 
-
 
35
void asm_delay_loop(__u32 t);
-
 
36
 
35
/* TODO: implement the real stuff */
37
/* TODO: implement the real stuff */
36
static inline __address get_stack_base(void)
38
static inline __address get_stack_base(void)
37
{
39
{
38
    return NULL;
40
    return NULL;
39
}
41
}
40
 
42
 
-
 
43
static inline void cpu_sleep(void) { __asm__("hlt"); };
-
 
44
 
41
#endif
45
#endif