Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 312 → Rev 313

/SPARTAN/trunk/arch/mips/include/asm.h
30,6 → 30,7
#define __MIPS_ASM_H__
 
#include <arch/types.h>
#include <typedefs.h>
#include <config.h>
 
#define cpu_sleep() ;
49,8 → 50,8
return v;
}
 
void cpu_halt(void);
void asm_delay_loop(__u32 t);
extern void cpu_halt(void);
extern void asm_delay_loop(__u32 t);
extern void userspace_asm(__address ustack);
 
 
#endif