bcm2835gpio: Make buffer an output before the GPIO connected to it
[fw/openocd] / src / jtag / interfaces.h
index 018a3615e5acddc1737f732b09a9b19dbb3c0ab4..ddbd7350606760c8366b6bd2e28c81d3568d110e 100644 (file)
  *   GNU General Public License for more details.                          *
  *                                                                         *
  *   You should have received a copy of the GNU General Public License     *
- *   along with this program; if not, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
+ *   along with this program.  If not, see <http://www.gnu.org/licenses/>. *
  ***************************************************************************/
+
 #ifndef OPENOCD_JTAG_INTERFACES_H
 #define OPENOCD_JTAG_INTERFACES_H
 
@@ -37,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
+#endif /* OPENOCD_JTAG_INTERFACES_H */