Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
lk
/
88a8ee16340b3bd78ec862fea70b244b6dae9a19
/
.
/
include
/
lib
/
gfxconsole.h
blob: 4425f50e138014b149486abdaa665ca3f1dba5d2 [
file
] [
log
] [
blame
]
#ifndef
__LIB_GFXCONSOLE_H
#define
__LIB_GFXCONSOLE_H
#include
<lib/gfx.h>
void
gfxconsole_start_on_display
(
void
);
void
gfxconsole_start
(
gfx_surface
*
surface
);
#endif