PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches
fb.h File Reference
#include <_libstd/MAX_PATH.h>
#include <kernel/fs/devfs.h>
#include <kernel/mem/vmm.h>
#include <stdint.h>
#include <sys/proc.h>
Include dependency graph for fb.h:
This graph shows which files directly or indirectly include this file:

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_tfb_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.
 

Typedef Documentation

◆ fb_t

typedef struct fb fb_t

Definition at line 10 of file fb.h.