|
PatchworkOS
19e446b
A non-POSIX operating system.
|
#include <_libstd/MAX_PATH.h>#include <kernel/fs/devfs.h>#include <kernel/mem/vmm.h>#include <stdint.h>#include <sys/proc.h>Go to the source code of this file.
Data Structures | |
| struct | fb_info_t |
| Framebuffer information. More... | |
| struct | fb_ops_t |
| Framebuffer operations. More... | |
| struct | fb_t |
| Framebuffer structure. More... | |
Typedefs | |
| typedef struct fb | fb_t |
Functions | |
| fb_t * | fb_new (const char *name, const fb_ops_t *ops, void *data) |
| Allocate and initialize a new framebuffer. | |
| void | fb_free (fb_t *fb) |
| Frees a framebuffer. | |