summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/framebuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/include/rtems/framebuffer.h')
-rw-r--r--cpukit/libcsupport/include/rtems/framebuffer.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/libcsupport/include/rtems/framebuffer.h b/cpukit/libcsupport/include/rtems/framebuffer.h
index a0548d3499..d1474e0746 100644
--- a/cpukit/libcsupport/include/rtems/framebuffer.h
+++ b/cpukit/libcsupport/include/rtems/framebuffer.h
@@ -18,6 +18,8 @@
#ifndef __RTEMS_FRAMEBUFFER_h__
#define __RTEMS_FRAMEBUFFER_h__
+#include <rtems/io.h>
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -29,6 +31,14 @@ extern "C" {
#define FRAMEBUFFER_DEVICE_NAME "/dev/fb"
/**
+ * @brief Standard device file path of first frame buffer device.
+ *
+ * This device is the default frame buffer device for the Microwindows Screen
+ * Driver.
+ */
+#define FRAMEBUFFER_DEVICE_0_NAME "/dev/fb0"
+
+/**
* This macro defines the standard device driver table entry for
* a frame buffer device driver.
*/