* Removed svn:executable property from non-executable files
[fw/sdcc] / device / include / mcs51 / 8052.h
old mode 100755 (executable)
new mode 100644 (file)
index ddb505a..173b1d0
@@ -3,19 +3,19 @@
 
    Written By -  Bela Torok / bela.torok@kssg.ch (July 2000)
 
-   This program is free software; you can redistribute it and/or modify it
-   under the terms of the GNU General Public License as published by the
-   Free Software Foundation; either version 2, or (at your option) any
-   later version.
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
 
-   This program is distributed in the hope that it will be useful,
+   This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
 
-   You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+   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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 
    In other words, you are welcome to use, share and improve this program.
    You are forbidden to forbid anyone else to use, share and improve
@@ -25,7 +25,7 @@
 #ifndef REG8052_H
 #define REG8052_H
 
-#include <8051.h>     /* load difinitions for the 8051 core */
+#include <8051.h>     /* load definitions for the 8051 core */
 
 #ifdef REG8051_H
 #undef REG8051_H
@@ -46,7 +46,7 @@ __sfr __at (0xCD) TH2     ;
 __sbit __at (0xAD) ET2    ; /* Enable timer2 interrupt */
 
 /*  IP  */
-__sbit __at 0xBD PT2      ; /* T2 interrupt priority bit */
+__sbit __at (0xBD) PT2    ; /* T2 interrupt priority bit */
 
 /* T2CON bits */
 __sbit __at (0xC8) T2CON_0 ;