source: rtems/cpukit/libmisc/dumpbuf/dumpbuf.h @ f26145b

4.104.114.84.95
Last change on this file since f26145b was 6f77f16f, checked in by Joel Sherrill <joel.sherrill@…>, on 09/17/04 at 17:00:19

2004-09-17 Joel Sherrill <joel@…>

PR 677/misc

  • libmisc/dumpbuf/dumpbuf.h, libmisc/fsmount/fsmount.h, libmisc/rtmonuse/rtmonuse.h, libmisc/serdbg/serdbg.h, libmisc/serdbg/serdbgcnf.h, libmisc/serdbg/termios_printk.h, libmisc/serdbg/termios_printk_cnf.h, libmisc/untar/untar.h: Add extern C wrappers.
  • Property mode set to 100644
File size: 472 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.rtems.com/license/LICENSE.
8 *
9 *  $Id$
10 */
11
12#ifndef __DUMP_BUFFER_h
13#define __DUMP_BUFFER_h
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19void Dump_Buffer(
20  unsigned char *buffer,
21  int            length
22);
23
24#ifdef __cplusplus
25}
26#endif
27
28#endif
29/* end of include file */
Note: See TracBrowser for help on using the repository browser.