ioutil: make the file compile on MacOS
[fw/openocd] / src / jtag / interfaces.c
index 4b054bef4e5eeb2a14957712cccc9fe21c9886d3..19d2fccca6ed5438c8f5bc810d8298c003bfd864 100644 (file)
@@ -113,6 +113,9 @@ extern struct jtag_interface osbdm_interface;
 #if BUILD_OPENDOUS == 1
 extern struct jtag_interface opendous_interface;
 #endif
+#if BUILD_SYSFSGPIO == 1
+extern struct jtag_interface sysfsgpio_interface;
+#endif
 #endif /* standard drivers */
 
 /**
@@ -194,6 +197,9 @@ struct jtag_interface *jtag_interfaces[] = {
 #if BUILD_OPENDOUS == 1
                &opendous_interface,
 #endif
+#if BUILD_SYSFSGPIO == 1
+               &sysfsgpio_interface,
+#endif
 #endif /* standard drivers */
                NULL,
        };