X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fjtag%2Fdrivers%2Fbitq.h;h=f54de951fe2d92ddf5675f9efcdc708c8bcd3843;hb=d537cfa124b74ee2bd0d6997519868df756645e3;hp=75d208dae472f7a72095dea95b978c8c986bd907;hpb=c9e448222cc5d1162f5e495cdfd327732c50a484;p=openocd.git diff --git a/src/jtag/drivers/bitq.h b/src/jtag/drivers/bitq.h index 75d208dae4..f54de951fe 100644 --- a/src/jtag/drivers/bitq.h +++ b/src/jtag/drivers/bitq.h @@ -15,15 +15,16 @@ * 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. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ + #ifndef BITQ_H #define BITQ_H #include 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);