source: rtems/cpukit/libmisc/dumpbuf/dumpbuf.h @ 2cc9367

4.104.114.84.95
Last change on this file since 2cc9367 was 379d2ed, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/99 at 19:12:46

New files added to ease debugging.

  • Property mode set to 100644
File size: 408 bytes
Line 
1/*
2 *  COPYRIGHT (c) 1997.
3 *  On-Line Applications Research Corporation (OAR).
4 *
5 *  The license and distribution terms for this file may in
6 *  the file LICENSE in this distribution or at
7 *  http://www.OARcorp.com/rtems/license.html.
8 *
9 *  $Id$
10 */
11
12#ifndef __DUMP_BUFFER_h
13#define __DUMP_BUFFER_h
14
15void Dump_Buffer(
16  unsigned char *buffer,
17  int            length
18);
19
20#endif
21/* end of include file */
Note: See TracBrowser for help on using the repository browser.