4.104.114.84.95
Last change
on this file since 620e8263 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
|
Rev | Line | |
---|
[379d2ed] | 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 | |
---|
| 15 | void 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.