diff options
Diffstat (limited to 'sys/include/dev/video')
-rw-r--r-- | sys/include/dev/video/fbdev.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/include/dev/video/fbdev.h b/sys/include/dev/video/fbdev.h index e9c9282..5ad6bf6 100644 --- a/sys/include/dev/video/fbdev.h +++ b/sys/include/dev/video/fbdev.h @@ -31,15 +31,7 @@ #define _FBDEV_H_ #include <sys/types.h> - -#define FBIOCTL_INFO 0x00000000 - -struct fbdev_info { - uint32_t width; - uint32_t height; - uint32_t pitch; - uint32_t bits_per_pixel; -}; +#include <sys/fbdev.h> struct fbdev { void *mem; |