Fix: Error while reading from USB endpoint
[fw/openocd] / src / jtag / drivers / bitq.h
index 48b47db7a694956ab2d996e31033159a27fad17a..c65e931d9028d0a3957f74322da1bf1d2cc474d2 100644 (file)
  *   Free Software Foundation, Inc.,                                       *
  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
  ***************************************************************************/
+
 #ifndef BITQ_H
 #define BITQ_H
 
-#include "commands.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);