Squash commits for public release
This commit is contained in:
11
boot/arm64/prekernel/drivers/fb.h
Normal file
11
boot/arm64/prekernel/drivers/fb.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _BOOT_DRIVERS_SCREEN_H
|
||||
#define _BOOT_DRIVERS_SCREEN_H
|
||||
|
||||
#include <libboot/abi/memory.h>
|
||||
#include <libboot/types.h>
|
||||
|
||||
int fb_init();
|
||||
int fb_reinit_after_map(uintptr_t vaddr);
|
||||
int fb_put_char(uint8_t c);
|
||||
|
||||
#endif // _BOOT_DRIVERS_SCREEN_H
|
||||
Reference in New Issue
Block a user