diff options
author | Alex Auvolat <alex@adnab.me> | 2015-03-10 17:27:55 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2015-03-10 17:27:55 +0100 |
commit | 4ab8b6206b1ba36cbf4db4a416e04304bbd7ebc0 (patch) | |
tree | 56f7742a3b6ffb9a07aebe5d6e8b614ad9960a99 /src/common/include | |
parent | ef50c1c0de9e992db9144571e7f08e5badbb9720 (diff) | |
download | kogata-4ab8b6206b1ba36cbf4db4a416e04304bbd7ebc0.tar.gz kogata-4ab8b6206b1ba36cbf4db4a416e04304bbd7ebc0.zip |
Implement VESA ioctl (not tested).
Diffstat (limited to 'src/common/include')
-rw-r--r-- | src/common/include/proto/fb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/include/proto/fb.h b/src/common/include/proto/fb.h index 0519554..6bc6a6c 100644 --- a/src/common/include/proto/fb.h +++ b/src/common/include/proto/fb.h @@ -25,9 +25,9 @@ typedef struct { framebuffer_info_t geom; } fbdev_mode_info_t; +#define IOCTL_FB_GET_INFO 1 + #define IOCTL_FBDEV_GET_MODE_INFO 10 #define IOCTL_FBDEV_SET_MODE 11 -#define IOCTL_FB_GET_INFO 12 - /* vim: set ts=4 sw=4 tw=0 noet :*/ |