M7350/bootable/bootloader/lk/include/lib/gfxconsole.h
2024-09-09 08:52:07 +00:00

11 lines
171 B
C

#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