aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_stub.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-02-14 11:46:47 +0800
committerTat-Chee Wan (USM)2011-02-14 11:46:47 +0800
commitc5db8aa5365ceb01f81f9c760aa57d512b4669b9 (patch)
tree28f0399dbdf1df802811d92af24dc307dc2e55ab /Debugger/debug_stub.h
parent447d92e66be8c481db8e066da20fd8186ef78083 (diff)
initial nxt firmware support hooks
Diffstat (limited to 'Debugger/debug_stub.h')
-rw-r--r--Debugger/debug_stub.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Debugger/debug_stub.h b/Debugger/debug_stub.h
index 41044b2..1c47050 100644
--- a/Debugger/debug_stub.h
+++ b/Debugger/debug_stub.h
@@ -222,6 +222,13 @@ ENUM_END(dbg_msg_errno)
*/
FUNCDEF void dbg__bkpt_init(void);
+#ifndef __NXOS__
+/** Switch Mode to Debugger.
+ * Used by NXT Firmware only
+ */
+FUNCDEF UWORD cCommHandleDebug(UBYTE *pInBuf, UBYTE CmdBit, UWORD MsgLength);
+#endif
+
/** Debugger Handler Routine (called by Exception Handler Trap).
* Equivalent to GDB handle_exception() routine
*/