Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
3038e353cfaf548eb94f02b172b9dbe412abd24c
/
.
/
arch
/
mips
/
lasat
/
prom.h
blob: 019d45fbd268e634b6dd19747fc90f34d79ac636 [
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
);
#endif