From 5e9d18f027954c5f5e883934d6c54cb20817ea9f Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Mon, 9 Nov 2009 02:53:22 -0800 Subject: 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. --- src/jtag/bitbang.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jtag/bitbang.h') diff --git a/src/jtag/bitbang.h b/src/jtag/bitbang.h index ee2e688f..060b689d 100644 --- a/src/jtag/bitbang.h +++ b/src/jtag/bitbang.h @@ -35,6 +35,6 @@ typedef struct bitbang_interface_s extern bitbang_interface_t *bitbang_interface; -extern int bitbang_execute_queue(void); +int bitbang_execute_queue(void); #endif /* BITBANG_H */ -- cgit v1.2.3