From d057c07154b02a067051f8a4711b19e4011a16aa Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sat, 20 Apr 2002 23:01:30 +0000 Subject: First commit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@156 a1c6a512-1295-4272-9138-f99709370657 --- firmware/debug.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 firmware/debug.h (limited to 'firmware/debug.h') diff --git a/firmware/debug.h b/firmware/debug.h new file mode 100644 index 0000000000..dc3053cb32 --- /dev/null +++ b/firmware/debug.h @@ -0,0 +1,25 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2002 by Linus Nielsen Feltzing + * + * All files in this archive are subject to the GNU General Public License. + * See the file COPYING in the source tree root for full license agreement. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ +#ifndef DEBUG_H +#define DEBUG_H + +void debug(char *msg); +void debugf(char *fmt, ...); + +#endif -- cgit v1.2.3