summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-28 16:36:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-28 16:36:08 +0000
commit44be50c22f5bb8d9a3c00bd0ff6bcdf97e0da22f (patch)
tree7727045fe5bc27127acf9b28ae8a10a7565a800b /cpukit/libcsupport
parent2009-12-23 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-44be50c22f5bb8d9a3c00bd0ff6bcdf97e0da22f.tar.bz2
2009-12-28 Shrikant Gaikwad <n3oo3n@gmail.com>
* cpukit/libfs/src/pipe/pipe.c Restructured code to remove the goto statements.
Diffstat (limited to 'cpukit/libcsupport')
-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 }