This commit is contained in:
Fumitoshi UKAI
2002-07-18 14:31:07 +00:00
parent 81a51343f7
commit eec657d140
8 changed files with 33 additions and 34 deletions

View File

@@ -2,12 +2,12 @@
#define fb_header
#include <linux/fb.h>
int fb_open(void);
int fb_open(void);
void fb_close(void);
void fb_pset(int x, int y, int r, int g, int b);
void fb_clear(void);
int fb_width(void);
int fb_height(void);
int fb_width(void);
int fb_height(void);
void fb_cmap_disp(void);
void fb_fscrn_disp(void);
void fb_vscrn_disp(void);