From 39cc8bb40aa5c3c592354e34b8298eaac8ef63ff Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Wed, 24 Apr 2024 23:36:43 -0400 Subject: kernel: fbdev: Move ioctl stuff to sys/fbdev.h Signed-off-by: Ian Moffett --- sys/include/dev/video/fbdev.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'sys/include/dev/video/fbdev.h') 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 - -#define FBIOCTL_INFO 0x00000000 - -struct fbdev_info { - uint32_t width; - uint32_t height; - uint32_t pitch; - uint32_t bits_per_pixel; -}; +#include struct fbdev { void *mem; -- cgit v1.2.3