version 4.2.0
[fx2fw-sdcc] / eeprom.h
index 09efb08..3358e13 100644 (file)
--- a/eeprom.h
+++ b/eeprom.h
@@ -1,52 +1,26 @@
 /*-----------------------------------------------------------------------------\r
-\r
  * FTDI EEPROM emulation\r
-\r
  *-----------------------------------------------------------------------------\r
-\r
  * Copyright (C) 2007 Kolja Waschk, ixo.de\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 _EEPROM_H\r
-\r
 #define _EEPROM_H 1\r
 \r
-\r
-\r
 extern xdata unsigned char eeprom[128];\r
-\r
 extern void eeprom_init(void);\r
 \r
-\r
-\r
 #endif /* _EEPROM_H */\r
 \r
-\r
-\r