Sign in
googlers
/
maze
/
linux
/
4fe683f50d3fc8e36d4749277631dfc711393aa0
/
.
/
arch
/
mips
/
lasat
/
prom.h
blob: 07be7bf1e4a3960cd55b76dc8792f7679e4a569b [
file
] [
log
] [
blame
]
#ifndef
PROM_H
#define
PROM_H
extern
void
(*
prom_display
)(
const
char
*
string
,
int
pos
,
int
clear
);
extern
void
(*
prom_monitor
)(
void
);
extern
void
(*
prom_printf
)(
const
char
*
fmt
,
...);
#endif