stlink: simplify mem R/W with SWIM
[fw/openocd] / src / jtag / drivers / bitq.h
index 48b47db7a694956ab2d996e31033159a27fad17a..df6a08d445d77c0ade7b8916cf8f30e70aaee253 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 BITQ_H
-#define BITQ_H
 
-#include "commands.h"
+#ifndef OPENOCD_JTAG_DRIVERS_BITQ_H
+#define OPENOCD_JTAG_DRIVERS_BITQ_H
+
+#include <jtag/commands.h>
 
 struct bitq_interface {
-       // function to enqueueing low level IO requests
+       /* function to enqueueing low level IO requests */
        int (*out)(int tms, int tdi, int tdo_req);
        int (*flush)(void);
 
@@ -43,4 +42,4 @@ int bitq_execute_queue(void);
 
 void bitq_cleanup(void);
 
-#endif /* BITQ_H */
+#endif /* OPENOCD_JTAG_DRIVERS_BITQ_H */