]> sigrok.org Git - sigrok-firmware-fx2lafw.git/blobdiff - fx2lib/include/gpif.h
license: remove FSF postal address from boiler plate license text
[sigrok-firmware-fx2lafw.git] / fx2lib / include / gpif.h
index b6f40b8b9ff3dd08a817dba4234f33d803186fd3..624a568f427f69f6b3c3201a155bea46f7c1b8ad 100644 (file)
@@ -11,8 +11,7 @@
 // Lesser General Public License for more details.
 //
 // You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+// License along with this library; if not, see <http://www.gnu.org/licenses/>.
 
 /*! \file 
  *
@@ -101,7 +100,7 @@ void gpif_single_read16( WORD* res , WORD len);
  * At leat one EPxFIFOCFG has to have wordwide=1 or this
  * function won't transfer both bytes.
  **/
-void gpif_single_write16( WORD* data, WORD len);
+void gpif_single_write16( WORD* __data, WORD len);
 
 void gpif_fifo_read ( GPIF_EP_NUM ep_num );