Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / ews4800mips / include / locore.h
blob4263a2c41705f5d86c729cffc3497bb3182fa989
1 /* $NetBSD$ */
3 #ifndef _EWS4800MIPS_LOCORE_H_
4 #define _EWS4800MIPS_LOCORE_H_
6 #include <mips/locore.h>
8 #ifdef _KERNEL
9 #ifndef _LOCORE
10 void ews4800mips_nmi_vec(void);
12 void rom_putc(int, int, int);
13 int rom_getc(void);
14 void rom_ipl(void);
15 void rom_poweroff(void);
16 #endif /* !_LOCORE */
17 #endif /* _KERNEL */
19 #endif /* !_EWS4800MIPS_LOCORE_H_ */