summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/debug-target.h
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-02-17 02:36:48 +0000
committerThomas Martitz <kugel@rockbox.org>2009-02-17 02:36:48 +0000
commitbe84fcffbd4bcc6e009a2a223b269b61098fdb93 (patch)
treed4668a7601118d92991ee3f8957dd5f2fd280b3c /firmware/target/arm/as3525/debug-target.h
parent4b0ae103197be83586a0f082eb2d0ee57b579f30 (diff)
downloadrockbox-be84fcffbd4bcc6e009a2a223b269b61098fdb93.tar.gz
rockbox-be84fcffbd4bcc6e009a2a223b269b61098fdb93.zip
Some Sansa Fuze work: Get Home button working (no keymap changes yet, so it's not very noticeable) and "fix" debug menu from not showing the dbop data (see FIXME), some cleanup in the fuze's button driver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20027 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/arm/as3525/debug-target.h')
-rw-r--r--firmware/target/arm/as3525/debug-target.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/debug-target.h b/firmware/target/arm/as3525/debug-target.h
index 0769a2f11d..553eeb94e8 100644
--- a/firmware/target/arm/as3525/debug-target.h
+++ b/firmware/target/arm/as3525/debug-target.h
@@ -19,8 +19,11 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#ifndef _DEBUG_TARGET_H_
23#define _DEBUG_TARGET_H_
22#include <stdbool.h> 24#include <stdbool.h>
23 25
24#define DEBUG_CANCEL BUTTON_LEFT 26#define DEBUG_CANCEL BUTTON_LEFT
25bool __dbg_hw_info(void); 27bool __dbg_hw_info(void);
26bool __dbg_ports(void); 28bool __dbg_ports(void);
29#endif