#ifndef _HEXDUMP_H_ #define _HEXDUMP_H_ /* hex_dump.h -- simple hex dump routine * * Copyright (C) 2002 convergence GmbH * Johannes Stezenbach * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include extern void hex_dump(uint8_t data[], int bytes); #endif /* _HEXDUMP_H_ */ Jonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-05-27[lcd4linux @ 2004-05-27 03:39:47 by reinelt]reinelt8-37/+70
changed function naming scheme to plugin::function
2004-05-26[lcd4linux @ 2004-05-26 11:37:35 by reinelt]reinelt21-361/+409
Curses driver ported.
2004-05-26[lcd4linux @ 2004-05-26 05:03:24 by reinelt]reinelt9-463/+333
MilfordInstruments driver ported
2004-05-25[lcd4linux @ 2004-05-25 19:54:11 by reinelt]reinelt7-53/+23
'make distcheck' bugs fixed release number changed to 0.10.0-RC1
2004-05-25[lcd4linux @ 2004-05-25 19:47:11 by reinelt]reinelt9-1670/+13
Status updated obsolete files removed
2004-05-25[lcd4linux @ 2004-05-25 14:28:46 by reinelt]reinelt1-0/+133
Changelog updated