]> git.sur5r.net Git - openocd/blobdiff - src/jtag/minidummy/jtag_minidriver.h
change #include "configuration.h" to <helper/configuration.h>
[openocd] / src / jtag / minidummy / jtag_minidriver.h
index fe0fd4eecd7a8c1860a81411f2f1e351709f23ce..d50a80040ad8b181581827bc349fc0d632063e6f 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2007-2008 by Øyvind Harboe                              *
+ *   Copyright (C) 2007-2008 by Øyvind Harboe                              *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
  *   it under the terms of the GNU General Public License as published by  *
@@ -20,7 +20,7 @@
 
 
 
-static __inline__ void interface_jtag_add_dr_out_core(jtag_tap_t *target_tap,
+static __inline__ void interface_jtag_add_dr_out_core(struct jtag_tap *targettap,
                int num_fields,
                const int *num_bits,
                const uint32_t *value,
@@ -29,7 +29,7 @@ static __inline__ void interface_jtag_add_dr_out_core(jtag_tap_t *target_tap,
        /* synchronously do the operation here */
 }
 
-static __inline__ void interface_jtag_add_dr_out(jtag_tap_t *target_tap,
+static __inline__ void interface_jtag_add_dr_out(struct jtag_tap *targettap,
                int num_fields,
                const int *num_bits,
                const uint32_t *value,