summaryrefslogtreecommitdiffstats
path: root/apps/logfdisp.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-05-24 14:26:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-05-24 14:26:23 +0000
commite2c4a6c642deba789016b8bd09890994a76b0728 (patch)
treec1dfbeac91ad74c00aaf19a13fb26122f88f965b /apps/logfdisp.h
parent38404c0fe00092a171b3cc4c13ee5575415338d6 (diff)
downloadrockbox-e2c4a6c642deba789016b8bd09890994a76b0728.tar.gz
rockbox-e2c4a6c642deba789016b8bd09890994a76b0728.zip
initial take at logf log browser
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6519 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/logfdisp.h')
-rw-r--r--apps/logfdisp.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/apps/logfdisp.h b/apps/logfdisp.h
new file mode 100644
index 0000000000..58ec9b9969
--- /dev/null
+++ b/apps/logfdisp.h
@@ -0,0 +1,21 @@
+/***************************************************************************
+ * __________ __ ___.
+ * Open \______ \ ____ ____ | | _\_ |__ _______ ___
+ * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
+ * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
+ * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
+ * \/ \/ \/ \/ \/
+ * $Id$
+ *
+ * Copyright (C) 2005 Daniel Stenberg
+ *
+ * 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.
+ *
+ ****************************************************************************/
+#ifdef HAVE_LCD_BITMAP
+bool logfdisplay(void);
+#endif