summaryrefslogtreecommitdiff
path: root/src/target/arm11.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-15 10:35:41 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-15 10:35:41 -0800
commit2280ddeea5fd82554696f1caa97f7a485a035da4 (patch)
tree033efaaabce65eb4925690698cd37bc4d35d6a3d /src/target/arm11.h
parent269040bbad7f18066f5ec5707447c33de6290ef5 (diff)
downloadopenocd+libswd-2280ddeea5fd82554696f1caa97f7a485a035da4.tar.gz
openocd+libswd-2280ddeea5fd82554696f1caa97f7a485a035da4.tar.bz2
openocd+libswd-2280ddeea5fd82554696f1caa97f7a485a035da4.tar.xz
openocd+libswd-2280ddeea5fd82554696f1caa97f7a485a035da4.zip
ARM11: fixup method table
Three changes: remove ARM11_HANDLER() in favor of normal structure initialization syntax; fix goofy indentation in that structure; and don't needlessly export arm11_register_commands(), it's only called through that method table. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/arm11.h')
-rw-r--r--src/target/arm11.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target/arm11.h b/src/target/arm11.h
index e48758f4..9bc6eb44 100644
--- a/src/target/arm11.h
+++ b/src/target/arm11.h
@@ -188,6 +188,4 @@ struct arm11_reg_state
struct target * target;
};
-int arm11_register_commands(struct command_context *cmd_ctx);
-
#endif /* ARM11_H */