X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Finterfaces.h;h=f85865a24daf619f02c1af10f9444b2666aa285d;hp=e17420f53beedf63b2d4bff475a9cb509f84ce46;hb=efd1d642220a4f6d3b9a9607c186452b265400d2;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee diff --git a/src/jtag/interfaces.h b/src/jtag/interfaces.h index e17420f53b..f85865a24d 100644 --- a/src/jtag/interfaces.h +++ b/src/jtag/interfaces.h @@ -23,9 +23,7 @@ * 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., * - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * along with this program. If not, see . * ***************************************************************************/ #ifndef OPENOCD_JTAG_INTERFACES_H @@ -38,9 +36,9 @@ #include -/** Dynamically load all JTAG interface modules from specified directory. */ -void jtag_interface_modules_load(const char *path); +/** Dynamically load all adapter driver modules from specified directory. */ +void adapter_driver_modules_load(const char *path); -extern struct jtag_interface *jtag_interfaces[]; +extern struct adapter_driver *adapter_drivers[]; #endif /* OPENOCD_JTAG_INTERFACES_H */