Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
80bd6d7f5e0d872a0f5a151473d2a39d95d210a8
/
.
/
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