version 4.2.0
[fx2fw-sdcc] / fx2 / fx2utils.h
index 54c61df..d937a16 100644 (file)
@@ -1,60 +1,30 @@
 /* -*- c++ -*- */\r
-\r
 /*-----------------------------------------------------------------------------\r
-\r
  * FX2 specific subroutines\r
-\r
  *-----------------------------------------------------------------------------\r
-\r
  * Code taken from USRP2 firmware (GNU Radio Project), version 3.0.2,\r
-\r
  * Copyright 2003 Free Software Foundation, Inc.\r
-\r
  *-----------------------------------------------------------------------------\r
-\r
  * This code is part of usbjtag. usbjtag is free software; you can redistribute\r
-\r
  * it and/or modify it under the terms of the GNU General Public License as\r
-\r
  * published by the Free Software Foundation; either version 2 of the License,\r
-\r
  * or (at your option) any later version. usbjtag is distributed in the hope\r
-\r
  * that it will be useful, but WITHOUT ANY WARRANTY; without even the implied\r
-\r
  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-\r
  * GNU General Public License for more details.  You should have received a\r
-\r
  * copy of the GNU General Public License along with this program in the file\r
-\r
  * COPYING; if not, write to the Free Software Foundation, Inc., 51 Franklin\r
-\r
  * St, Fifth Floor, Boston, MA  02110-1301  USA\r
-\r
  *-----------------------------------------------------------------------------\r
-\r
  */\r
 \r
-\r
-\r
 #ifndef _FX2UTILS_H_\r
-\r
 #define _FX2UTILS_H_\r
 \r
-\r
-\r
 void fx2_stall_ep0 (void);\r
-\r
 void fx2_reset_data_toggle (unsigned char ep);\r
-\r
 void fx2_renumerate (void);\r
 \r
 \r
 \r
-\r
-\r
-\r
-\r
 #endif /* _FX2UTILS_H_ */\r
-\r