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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/include/rtems/framebuffer.h b/cpukit/libcsupport/include/rtems/framebuffer.h
index a4124d4ca2..a300716c58 100644
--- a/cpukit/libcsupport/include/rtems/framebuffer.h
+++ b/cpukit/libcsupport/include/rtems/framebuffer.h
@@ -32,7 +32,7 @@ extern "C" {
* This macro defines the standard device driver table entry for
* a frame buffer device driver.
*/
-#define FRAMEBUFFER_DRIVER_TABLE_ENTRY \
+#define FRAME_BUFFER_DRIVER_TABLE_ENTRY \
{ frame_buffer_initialize, frame_buffer_open, frame_buffer_close, \
frame_buffer_read, frame_buffer_write, frame_buffer_control }