PatchworkOS  19e446b
A non-POSIX operating system.
Loading...
Searching...
No Matches

Framebuffer structure. More...

#include <fb.h>

Collaboration diagram for fb_t:

Data Fields

char name [MAX_PATH]
 
const fb_ops_tops
 
void * data
 
dentry_tdir
 
list_t files
 

Detailed Description

Framebuffer structure.

Definition at line 75 of file fb.h.

Field Documentation

◆ name

char fb_t::name[MAX_PATH]

Definition at line 77 of file fb.h.

◆ ops

const fb_ops_t* fb_t::ops

Definition at line 78 of file fb.h.

◆ data

void* fb_t::data

Definition at line 79 of file fb.h.

◆ dir

dentry_t* fb_t::dir

Definition at line 80 of file fb.h.

◆ files

list_t fb_t::files

Definition at line 81 of file fb.h.


The documentation for this struct was generated from the following file: