Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 183 → Rev 184

/SPARTAN/trunk/include/arch.h
64,6 → 64,9
 
#define THE ((the_t *)(get_stack_base()))
 
extern void the_initialize(the_t *the);
extern void the_copy(the_t *src, the_t *dst);
 
extern void arch_pre_mm_init(void);
extern void arch_post_mm_init(void);
extern void arch_late_init(void);