summaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-06-02 21:11:09 -0400
committerIan Moffett <ian@osmora.org>2025-06-02 21:11:09 -0400
commit20a5e867d5645d76b77b2201afb21ea99dbd9dbb (patch)
treee087e7eb0932c315e1cf9ec30398230f47f8d629 /sys/include
parent769376b0d13ccccf53c07de017549ec2fd4f4d94 (diff)
kernel: fbdev: Add /dev/fb0 char device
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/dev/video/fbdev.h1
1 files changed, 1 insertions, 0 deletions
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_ */