Add fbdev for getting framebuffer information
This commit is contained in:
7
kernel/dev/fbdev.h
Normal file
7
kernel/dev/fbdev.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef DEV_FBDEV_H_
|
||||
#define DEV_FBDEV_H_
|
||||
|
||||
int32_t fbdev_getinfo(uint8_t *buffer, size_t len, void *extra);
|
||||
void fbdev_init(void);
|
||||
|
||||
#endif // DEV_FBDEV_H_
|
Reference in New Issue
Block a user