Get Framebuffer and its modes
This commit is contained in:
parent
42cc0d9f40
commit
5c682c4209
5 changed files with 129 additions and 14 deletions
6
boot/include/ui/ui.h
Normal file
6
boot/include/ui/ui.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef _UI_UI_H
|
||||
#define _UI_UI_H
|
||||
|
||||
void ui_init();
|
||||
|
||||
#endif /* _UI_UI_H */
|
Loading…
Add table
Add a link
Reference in a new issue