repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
ews4800mips
/
include
/
locore.h
blob
4263a2c41705f5d86c729cffc3497bb3182fa989
1
/* $NetBSD$ */
2
3
#ifndef _EWS4800MIPS_LOCORE_H_
4
#define _EWS4800MIPS_LOCORE_H_
5
6
#include <mips/locore.h>
7
8
#ifdef _KERNEL
9
#ifndef _LOCORE
10
void
ews4800mips_nmi_vec
(
void
);
11
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 */
18
19
#endif
/* !_EWS4800MIPS_LOCORE_H_ */
20