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.
This commit is contained in:
Zachary T Welch
2009-11-09 02:53:22 -08:00
parent 1712d7835e
commit 5e9d18f027
4 changed files with 72 additions and 63 deletions

View File

@@ -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 */