Pass screen status and mmc struct from stage1 to 2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef FUSEE_CONSOLE_H
|
||||
#define FUSEE_CONSOLE_H
|
||||
|
||||
int console_init(void);
|
||||
int console_init(bool display_initialized);
|
||||
void *console_get_framebuffer(bool enable_display);
|
||||
int console_display(const void *framebuffer); /* Must be page-aligned */
|
||||
int console_resume(void);
|
||||
|
||||
Reference in New Issue
Block a user