Implement new v3_memalloc romvec interface for allocating aligned memory.
[openbios/afaerber.git] / include / libopenbios / console.h
blob817a021a577d3a70023368130be90932919681b3
1 #ifndef VIDEO_CONSOLE_H
2 #define VIDEO_CONSOLE_H
4 /* libopenbios/console_common.c */
5 int console_draw_fstr(const char *str, int len);
6 int console_init(void);
7 void console_close(void);
9 #endif /* VIDEO_CONSOLE_H */