NetBSD/sys/arch/ews4800mips/include/locore.h
tsutsui 04faabf071 Initial import of NetBSD/ews4800mips port,
for NEC's MIPS based EWS4800 workstations.

Most porting work was done by UCHIYAMA Yasushi <uch@netbsd>
 http://mail-index.netbsd.org/port-mips/2004/06/27/0000.html
and various cleanup, updating, and fixes have been done by me.
Currently only EWS4800/350, 360, 360AD, 360ADII, 360EX and 360SX
models are supported.
2005-12-29 15:20:08 +00:00

21 lines
396 B
C

/* $NetBSD: locore.h,v 1.1 2005/12/29 15:20:08 tsutsui Exp $ */
#ifndef _EWS4800MIPS_LOCORE_H_
#define _EWS4800MIPS_LOCORE_H_
#include <mips/locore.h>
#ifdef _KERNEL
#ifndef _LOCORE
void ews4800mips_nmi_vec(void);
void rom_putc(int, int, int);
int rom_getc(void);
void rom_ipl(void);
void rom_poweroff(void);
#endif /* !_LOCORE */
#endif /* _KERNEL */
#endif /* !_EWS4800MIPS_LOCORE_H_ */