doc: list internal commands called by init
[fw/openocd] / src / jtag / interfaces.h
index 02d201b1faa0362a0dd2415da588de16bb01d966..ddbd7350606760c8366b6bd2e28c81d3568d110e 100644 (file)
@@ -36,9 +36,6 @@
 
 #include <jtag/interface.h>
 
-/** Dynamically load all JTAG interface modules from specified directory. */
-void jtag_interface_modules_load(const char *path);
-
-extern struct jtag_interface *jtag_interfaces[];
+extern struct adapter_driver *adapter_drivers[];
 
 #endif /* OPENOCD_JTAG_INTERFACES_H */