jtag_interface_t -> struct jtag_interface

Remove useless typedef and redundant suffix from struct jtag_interface.
This commit is contained in:
Zachary T Welch
2009-11-13 04:14:50 -08:00
parent bee796b5b0
commit 9f535f9af7
20 changed files with 38 additions and 39 deletions

View File

@@ -40,6 +40,6 @@
/// Dynamically load all JTAG interface modules from specified directory.
void jtag_interface_modules_load(const char *path);
extern jtag_interface_t *jtag_interfaces[];
extern struct jtag_interface *jtag_interfaces[];
#endif // OPENOCD_JTAG_INTERFACES_H