summaryrefslogtreecommitdiff
path: root/src/jtag/bitq.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-09 02:53:22 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-09 09:44:33 -0800
commit5e9d18f027954c5f5e883934d6c54cb20817ea9f (patch)
tree18cad6d55bde8d9fceaf44f4d756aaab618d83e4 /src/jtag/bitq.h
parent1712d7835e0fbba60d578b52b21b95b046805757 (diff)
downloadopenocd+libswd-5e9d18f027954c5f5e883934d6c54cb20817ea9f.tar.gz
openocd+libswd-5e9d18f027954c5f5e883934d6c54cb20817ea9f.tar.bz2
openocd+libswd-5e9d18f027954c5f5e883934d6c54cb20817ea9f.tar.xz
openocd+libswd-5e9d18f027954c5f5e883934d6c54cb20817ea9f.zip
src/jtag: remove 'extern' and wrap headers.
Removes the 'extern' keyword from function declarations. Wraps long prototypes to fit into 80 columns. Fixes documentation for jtag_tap_s::{,has}idcode fields.
Diffstat (limited to 'src/jtag/bitq.h')
-rw-r--r--src/jtag/bitq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jtag/bitq.h b/src/jtag/bitq.h
index 6b441bf5..15b2d5cf 100644
--- a/src/jtag/bitq.h
+++ b/src/jtag/bitq.h
@@ -50,8 +50,8 @@ typedef struct bitq_state_s
extern bitq_interface_t *bitq_interface;
-extern int bitq_execute_queue(void);
+int bitq_execute_queue(void);
-extern void bitq_cleanup(void);
+void bitq_cleanup(void);
#endif /* BITQ_H */