MIPS: update arch_info access to match other targets
[fw/openocd] / src / jtag / interfaces.h
index a32d3f918223ccb81a90a5170a2178004c27bccf..018a3615e5acddc1737f732b09a9b19dbb3c0ab4 100644 (file)
  * for loading and unloading them dynamically from shared libraries.
  */
 
-#include "interface.h"
+#include <jtag/interface.h>
 
 /// 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