dev: boot framebuffer support

This commit is contained in:
2023-06-08 20:46:43 +01:00
parent ff8902ef1c
commit f83ecca490
10 changed files with 163 additions and 67 deletions

View File

@@ -16,6 +16,9 @@ extern "C" {
extern int ml_init(uintptr_t arg);
extern const struct framebuffer_varinfo *bootfb_varinfo(void);
extern const struct framebuffer_fixedinfo *bootfb_fixedinfo(void);
#ifdef __cplusplus
}
#endif