aboutsummaryrefslogtreecommitdiffstats
path: root/w3mimg/fb/fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'w3mimg/fb/fb.h')
-rw-r--r--w3mimg/fb/fb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/w3mimg/fb/fb.h b/w3mimg/fb/fb.h
index ebe8aef..00c0862 100644
--- a/w3mimg/fb/fb.h
+++ b/w3mimg/fb/fb.h
@@ -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);