From dfb3c2b71f6d8d573bdadfce99d72ec7af1184a4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Mar 2007 20:23:58 +0000 Subject: 2007-03-12 Joel Sherrill * libmisc/dumpbuf/dumpbuf.c, libmisc/dumpbuf/dumpbuf.h: Rename Dump_Buffer to rtems_print_buffer. --- cpukit/libmisc/dumpbuf/dumpbuf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/libmisc/dumpbuf/dumpbuf.c') diff --git a/cpukit/libmisc/dumpbuf/dumpbuf.c b/cpukit/libmisc/dumpbuf/dumpbuf.c index 120a464a90..c5c4746c16 100644 --- a/cpukit/libmisc/dumpbuf/dumpbuf.c +++ b/cpukit/libmisc/dumpbuf/dumpbuf.c @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1997. + * COPYRIGHT (c) 1997-2007. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may in @@ -19,7 +19,7 @@ #include /* - * Put the body below Dump_Buffer so it won't get inlined. + * Put the body below rtems_print_buffer so it won't get inlined. */ static inline void Dump_Line( @@ -27,7 +27,7 @@ static inline void Dump_Line( int length ); -void Dump_Buffer( +void rtems_print_buffer( unsigned char *buffer, int length ) -- cgit v1.2.3