From 20a5e867d5645d76b77b2201afb21ea99dbd9dbb Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 2 Jun 2025 21:11:09 -0400 Subject: kernel: fbdev: Add /dev/fb0 char device Signed-off-by: Ian Moffett --- sys/include/dev/video/fbdev.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/include/dev/video') diff --git a/sys/include/dev/video/fbdev.h b/sys/include/dev/video/fbdev.h index c80fd92..c9fec94 100644 --- a/sys/include/dev/video/fbdev.h +++ b/sys/include/dev/video/fbdev.h @@ -52,5 +52,6 @@ fbdev_get_index(const struct fbdev *fbdev, uint32_t x, uint32_t y) } struct fbdev fbdev_get(void); +void fbdev_init_dev(void); #endif /* !_DEV_FBDEV_H_ */ -- cgit v1.2.3