did some stuff, will probably refactor later
This commit is contained in:
parent
10ee4fcbd9
commit
bc4ec556e2
46 changed files with 1013 additions and 35635 deletions
|
@ -36,6 +36,6 @@ struct fb_mode {
|
|||
int format;
|
||||
};
|
||||
|
||||
bool get_framebuffer(uintptr_t *fb_addr, struct fb_mode **available_modes, int *total_modes, int *current_mode_index);
|
||||
bool get_framebuffer(uint32_t **fb_addr, struct fb_mode **available_modes, int *total_modes, int *current_mode_index);
|
||||
|
||||
#endif /* _UI_FRAMEBUFFER_H */
|
Loading…
Add table
Add a link
Reference in a new issue