aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_stub.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-06-16 09:15:01 +0800
committerTat-Chee Wan (USM)2011-06-16 09:15:01 +0800
commit549a1a6ae4e1e5493644d1499d4f35ce77f4a5f4 (patch)
tree61bd69cff9dab990da241f8dce11d9b920b3c276 /Debugger/debug_stub.h
parentb809e51ec64151923772477644b1e4997eb5d8b8 (diff)
revamped nxos debugger invocation interface
Diffstat (limited to 'Debugger/debug_stub.h')
-rw-r--r--Debugger/debug_stub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Debugger/debug_stub.h b/Debugger/debug_stub.h
index f75b95b..a4cbdda 100644
--- a/Debugger/debug_stub.h
+++ b/Debugger/debug_stub.h
@@ -71,7 +71,7 @@ ENUM_END(comm_chan_t)
* !0 if mode switch will happen
* Used by NxOS only
*/
-FUNCDEF int nxos__handleDebug(unsigned char *msg, comm_chan_t channel, long len);
+FUNCDEF int nxos__handleDebug(comm_chan_t channel);
#endif
#ifndef __NXOS__