aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/common')
-rw-r--r--src/common/include/proto/fb.h4
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 :*/