* device/include/pic16/pic18f*.h: add bit aliases in INTCONbits_t
[fw/sdcc] / device / include / pic16 / pic18f258.h
index 1279cf54e2139397b65369b8e79d9490526d6f82..e067c16fb1a24b7085610c6d9d257a7fbbedf330 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * pic18f258.h - 18F258 Device Library Header
+ * pic18f258.h - PIC18F258 Device Library Header
  *
  * This file is part of the GNU PIC Library.
  *
@@ -15,7 +15,7 @@
 #ifndef __PIC18F258_H__
 #define __PIC18F258_H__
 
-extern sfr at 0xf00 RXF0SIDH;
+extern __sfr __at (0xf00) RXF0SIDH;
 typedef union {
        struct {
                unsigned SID3:1;
@@ -27,11 +27,11 @@ typedef union {
                unsigned SID9:1;
                unsigned SID10:1;
        };
-} RXF0SIDHbits_t;
+} __RXF0SIDHbits_t;
 
-extern volatile RXF0SIDHbits_t at 0xf00 RXF0SIDHbits;
+extern volatile __RXF0SIDHbits_t __at (0xf00) RXF0SIDHbits;
 
-extern sfr at 0xf01 RXF0SIDL;
+extern __sfr __at (0xf01) RXF0SIDL;
 typedef union {
        struct {
                unsigned EID16:1;
@@ -43,11 +43,11 @@ typedef union {
                unsigned SID1:1;
                unsigned SID2:1;
        };
-} RXF0SIDLbits_t;
+} __RXF0SIDLbits_t;
 
-extern volatile RXF0SIDLbits_t at 0xf01 RXF0SIDLbits;
+extern volatile __RXF0SIDLbits_t __at (0xf01) RXF0SIDLbits;
 
-extern sfr at 0xf02 RXF0EIDH;
+extern __sfr __at (0xf02) RXF0EIDH;
 typedef union {
        struct {
                unsigned EID8:1;
@@ -59,11 +59,11 @@ typedef union {
                unsigned EID14:1;
                unsigned EID15:1;
        };
-} RXF0EIDHbits_t;
+} __RXF0EIDHbits_t;
 
-extern volatile RXF0EIDHbits_t at 0xf02 RXF0EIDHbits;
+extern volatile __RXF0EIDHbits_t __at (0xf02) RXF0EIDHbits;
 
-extern sfr at 0xf03 RXF0EIDL;
+extern __sfr __at (0xf03) RXF0EIDL;
 typedef union {
        struct {
                unsigned EID0:1;
@@ -75,11 +75,11 @@ typedef union {
                unsigned EID6:1;
                unsigned EID7:1;
        };
-} RXF0EIDLbits_t;
+} __RXF0EIDLbits_t;
 
-extern volatile RXF0EIDLbits_t at 0xf03 RXF0EIDLbits;
+extern volatile __RXF0EIDLbits_t __at (0xf03) RXF0EIDLbits;
 
-extern sfr at 0xf04 RXF1SIDH;
+extern __sfr __at (0xf04) RXF1SIDH;
 typedef union {
        struct {
                unsigned SID3:1;
@@ -91,11 +91,11 @@ typedef union {
                unsigned SID9:1;
                unsigned SID10:1;
        };
-} RXF1SIDHbits_t;
+} __RXF1SIDHbits_t;
 
-extern volatile RXF1SIDHbits_t at 0xf04 RXF1SIDHbits;
+extern volatile __RXF1SIDHbits_t __at (0xf04) RXF1SIDHbits;
 
-extern sfr at 0xf05 RXF1SIDL;
+extern __sfr __at (0xf05) RXF1SIDL;
 typedef union {
        struct {
                unsigned EID16:1;
@@ -107,11 +107,11 @@ typedef union {
                unsigned SID1:1;
                unsigned SID2:1;
        };
-} RXF1SIDLbits_t;
+} __RXF1SIDLbits_t;
 
-extern volatile RXF1SIDLbits_t at 0xf05 RXF1SIDLbits;
+extern volatile __RXF1SIDLbits_t __at (0xf05) RXF1SIDLbits;
 
-extern sfr at 0xf06 RXF1EIDH;
+extern __sfr __at (0xf06) RXF1EIDH;
 typedef union {
        struct {
                unsigned EID8:1;
@@ -123,11 +123,11 @@ typedef union {
                unsigned EID14:1;
                unsigned EID15:1;
        };
-} RXF1EIDHbits_t;
+} __RXF1EIDHbits_t;
 
-extern volatile RXF1EIDHbits_t at 0xf06 RXF1EIDHbits;
+extern volatile __RXF1EIDHbits_t __at (0xf06) RXF1EIDHbits;
 
-extern sfr at 0xf07 RXF1EIDL;
+extern __sfr __at (0xf07) RXF1EIDL;
 typedef union {
        struct {
                unsigned EID0:1;
@@ -139,11 +139,11 @@ typedef union {
                unsigned EID6:1;
                unsigned EID7:1;
        };
-} RXF1EIDLbits_t;
+} __RXF1EIDLbits_t;
 
-extern volatile RXF1EIDLbits_t at 0xf07 RXF1EIDLbits;
+extern volatile __RXF1EIDLbits_t __at (0xf07) RXF1EIDLbits;
 
-extern sfr at 0xf08 RXF2SIDH;
+extern __sfr __at (0xf08) RXF2SIDH;
 typedef union {
        struct {
                unsigned SID3:1;
@@ -155,11 +155,11 @@ typedef union {
                unsigned SID9:1;
                unsigned SID10:1;
        };
-} RXF2SIDHbits_t;
+} __RXF2SIDHbits_t;
 
-extern volatile RXF2SIDHbits_t at 0xf08 RXF2SIDHbits;
+extern volatile __RXF2SIDHbits_t __at (0xf08) RXF2SIDHbits;
 
-extern sfr at 0xf09 RXF2SIDL;
+extern __sfr __at (0xf09) RXF2SIDL;
 typedef union {
        struct {
                unsigned EID16:1;
@@ -171,11 +171,11 @@ typedef union {
                unsigned SID1:1;
                unsigned SID2:1;
        };
-} RXF2SIDLbits_t;
+} __RXF2SIDLbits_t;
 
-extern volatile RXF2SIDLbits_t at 0xf09 RXF2SIDLbits;
+extern volatile __RXF2SIDLbits_t __at (0xf09) RXF2SIDLbits;
 
-extern sfr at 0xf0a RXF2EIDH;
+extern __sfr __at (0xf0a) RXF2EIDH;
 typedef union {
        struct {
                unsigned EID8:1;
@@ -187,11 +187,11 @@ typedef union {
                unsigned EID14:1;
                unsigned EID15:1;
        };
-} RXF2EIDHbits_t;
+} __RXF2EIDHbits_t;
 
-extern volatile RXF2EIDHbits_t at 0xf0a RXF2EIDHbits;
+extern volatile __RXF2EIDHbits_t __at (0xf0a) RXF2EIDHbits;
 
-extern sfr at 0xf0b RXF2EIDL;
+extern __sfr __at (0xf0b) RXF2EIDL;
 typedef union {
        struct {
                unsigned EID0:1;
@@ -203,11 +203,11 @@ typedef union {
                unsigned EID6:1;
                unsigned EID7:1;
        };
-} RXF2EIDLbits_t;
+} __RXF2EIDLbits_t;
 
-extern volatile RXF2EIDLbits_t at 0xf0b RXF2EIDLbits;
+extern volatile __RXF2EIDLbits_t __at (0xf0b) RXF2EIDLbits;
 
-extern sfr at 0xf0c RXF3SIDH;
+extern __sfr __at (0xf0c) RXF3SIDH;
 typedef union {
        struct {
                unsigned SID3:1;
@@ -219,11 +219,11 @@ typedef union {
                unsigned SID9:1;
                unsigned SID10:1;
        };
-} RXF3SIDHbits_t;
+} __RXF3SIDHbits_t;
 
-extern volatile RXF3SIDHbits_t at 0xf0c RXF3SIDHbits;
+extern volatile __RXF3SIDHbits_t __at (0xf0c) RXF3SIDHbits;
 
-extern sfr at 0xf0d RXF3SIDL;
+extern __sfr __at (0xf0d) RXF3SIDL;
 typedef union {
        struct {
                unsigned EID16:1;
@@ -235,11 +235,11 @@ typedef union {
                unsigned SID1:1;
                unsigned SID2:1;
        };
-} RXF3SIDLbits_t;
+} __RXF3SIDLbits_t;
 
-extern volatile RXF3SIDLbits_t at 0xf0d RXF3SIDLbits;
+extern volatile __RXF3SIDLbits_t __at (0xf0d) RXF3SIDLbits;
 
-extern sfr at 0xf0e RXF3EIDH;
+extern __sfr __at (0xf0e) RXF3EIDH;
 typedef union {
        struct {
                unsigned EID8:1;
@@ -251,11 +251,11 @@ typedef union {
                unsigned EID14:1;
                unsigned EID15:1;
        };
-} RXF3EIDHbits_t;
+} __RXF3EIDHbits_t;
 
-extern volatile RXF3EIDHbits_t at 0xf0e RXF3EIDHbits;
+extern volatile __RXF3EIDHbits_t __at (0xf0e) RXF3EIDHbits;
 
-extern sfr at 0xf0f RXF3EIDL;
+extern __sfr __at (0xf0f) RXF3EIDL;
 typedef union {
        struct {
                unsigned EID0:1;
@@ -267,11 +267,11 @@ typedef union {
                unsigned EID6:1;
                unsigned EID7:1;
        };
-} RXF3EIDLbits_t;
+} __RXF3EIDLbits_t;
 
-extern volatile RXF3EIDLbits_t at 0xf0f RXF3EIDLbits;
+extern volatile __RXF3EIDLbits_t __at (0xf0f) RXF3EIDLbits;
 
-extern sfr at 0xf10 RXF4SIDH;
+extern __sfr __at (0xf10) RXF4SIDH;
 typedef union {
        struct {
                unsigned SID3:1;
@@ -283,11 +283,11 @@ typedef union {
                unsigned SID9:1;
                unsigned SID10:1;
        };
-} RXF4SIDHbits_t;
+} __RXF4SIDHbits_t;
 
-extern volatile RXF4SIDHbits_t at 0xf10 RXF4SIDHbits;
+extern volatile __RXF4SIDHbits_t __at (0xf10) RXF4SIDHbits;
 
-extern sfr at 0xf11 RXF4SIDL;
+extern __sfr __at (0xf11) RXF4SIDL;
 typedef union {
        struct {
                unsigned EID16:1;
@@ -299,11 +299,11 @@ typedef union {
                unsigned SID1:1;
                unsigned SID2:1;
        };
-} RXF4SIDLbits_t;
+} __RXF4SIDLbits_t;
 
-extern volatile RXF4SIDLbits_t at 0xf11 RXF4SIDLbits;
+extern volatile __RXF4SIDLbits_t __at (0xf11) RXF4SIDLbits;
 
-extern sfr at 0xf12 RXF4EIDH;
+extern __sfr __at (0xf12) RXF4EIDH;
 typedef union {
        struct {
                unsigned EID8:1;
@@ -315,11 +315,11 @@ typedef union {
                unsigned EID14:1;
                unsigned EID15:1;
        };
-} RXF4EIDHbits_t;
+} __RXF4EIDHbits_t;
 
-extern volatile RXF4EIDHbits_t at 0xf12 RXF4EIDHbits;
+extern volatile __RXF4EIDHbits_t __at (0xf12) RXF4EIDHbits;
 
-extern sfr at 0xf13 RXF4EIDL;
+extern __sfr __at (0xf13) RXF4EIDL;
 typedef union {
        struct {
                unsigned EID0:1;
@@ -331,11 +331,11 @@ typedef union {
                unsigned EID6:1;
                unsigned EID7:1;
        };
-} RXF4EIDLbits_t;
+} __RXF4EIDLbits_t;
 
-extern volatile RXF4EIDLbits_t at 0xf13 RXF4EIDLbits;
+extern volatile __RXF4EIDLbits_t __at (0xf13) RXF4EIDLbits;
 
-extern sfr at 0xf14 RXF5SIDH;
+extern __sfr __at (0xf14) RXF5SIDH;
 typedef union {
        struct {
                unsigned SID3:1;
@@ -347,11 +347,11 @@ typedef union {
                unsigned SID9:1;
                unsigned SID10:1;
        };
-} RXF5SIDHbits_t;
+} __RXF5SIDHbits_t;
 
-extern volatile RXF5SIDHbits_t at 0xf14 RXF5SIDHbits;
+extern volatile __RXF5SIDHbits_t __at (0xf14) RXF5SIDHbits;
 
-extern sfr at 0xf15 RXF5SIDL;
+extern __sfr __at (0xf15) RXF5SIDL;
 typedef union {
        struct {
                unsigned EID16:1;
@@ -363,11 +363,11 @@ typedef union {
                unsigned SID1:1;
                unsigned SID2:1;
        };
-} RXF5SIDLbits_t;
+} __RXF5SIDLbits_t;
 
-extern volatile RXF5SIDLbits_t at 0xf15 RXF5SIDLbits;
+extern volatile __RXF5SIDLbits_t __at (0xf15) RXF5SIDLbits;
 
-extern sfr at 0xf16 RXF5EIDH;
+extern __sfr __at (0xf16) RXF5EIDH;
 typedef union {
        struct {
                unsigned EID8:1;
@@ -379,11 +379,11 @@ typedef union {
                unsigned EID14:1;
                unsigned EID15:1;
        };
-} RXF5EIDHbits_t;
+} __RXF5EIDHbits_t;
 
-extern volatile RXF5EIDHbits_t at 0xf16 RXF5EIDHbits;
+extern volatile __RXF5EIDHbits_t __at (0xf16) RXF5EIDHbits;
 
-extern sfr at 0xf17 RXF5EIDL;
+extern __sfr __at (0xf17) RXF5EIDL;
 typedef union {
        struct {
                unsigned EID0:1;
@@ -395,11 +395,11 @@ typedef union {
                unsigned EID6:1;
                unsigned EID7:1;
        };
-} RXF5EIDLbits_t;
+} __RXF5EIDLbits_t;
 
-extern volatile RXF5EIDLbits_t at 0xf17 RXF5EIDLbits;
+extern volatile __RXF5EIDLbits_t __at (0xf17) RXF5EIDLbits;
 
-extern sfr at 0xf18 RXM0SIDH;
+extern __sfr __at (0xf18) RXM0SIDH;
 typedef union {
        struct {
                unsigned SID3:1;
@@ -411,11 +411,11 @@ typedef union {
                unsigned SID9:1;
                unsigned SID10:1;
        };
-} RXM0SIDHbits_t;
+} __RXM0SIDHbits_t;
 
-extern volatile RXM0SIDHbits_t at 0xf18 RXM0SIDHbits;
+extern volatile __RXM0SIDHbits_t __at (0xf18) RXM0SIDHbits;
 
-extern sfr at 0xf19 RXM0SIDL;
+extern __sfr __at (0xf19) RXM0SIDL;
 typedef union {
        struct {
                unsigned EID16:1;
@@ -427,11 +427,11 @@ typedef union {
                unsigned SID1:1;
                unsigned SID2:1;
        };
-} RXM0SIDLbits_t;
+} __RXM0SIDLbits_t;
 
-extern volatile RXM0SIDLbits_t at 0xf19 RXM0SIDLbits;
+extern volatile __RXM0SIDLbits_t __at (0xf19) RXM0SIDLbits;
 
-extern sfr at 0xf1a RXM0EIDH;
+extern __sfr __at (0xf1a) RXM0EIDH;
 typedef union {
        struct {
                unsigned EID8:1;
@@ -443,11 +443,11 @@ typedef union {
                unsigned EID14:1;
                unsigned EID15:1;
        };
-} RXM0EIDHbits_t;
+} __RXM0EIDHbits_t;
 
-extern volatile RXM0EIDHbits_t at 0xf1a RXM0EIDHbits;
+extern volatile __RXM0EIDHbits_t __at (0xf1a) RXM0EIDHbits;
 
-extern sfr at 0xf1b RXM0EIDL;
+extern __sfr __at (0xf1b) RXM0EIDL;
 typedef union {
        struct {
                unsigned EID0:1;
@@ -459,11 +459,11 @@ typedef union {
                unsigned EID6:1;
                unsigned EID7:1;
        };
-} RXM0EIDLbits_t;
+} __RXM0EIDLbits_t;
 
-extern volatile RXM0EIDLbits_t at 0xf1b RXM0EIDLbits;
+extern volatile __RXM0EIDLbits_t __at (0xf1b) RXM0EIDLbits;
 
-extern sfr at 0xf1c RXM1SIDH;
+extern __sfr __at (0xf1c) RXM1SIDH;
 typedef union {
        struct {
                unsigned SID3:1;
@@ -475,11 +475,11 @@ typedef union {
                unsigned SID9:1;
                unsigned SID10:1;
        };
-} RXM1SIDHbits_t;
+} __RXM1SIDHbits_t;
 
-extern volatile RXM1SIDHbits_t at 0xf1c RXM1SIDHbits;
+extern volatile __RXM1SIDHbits_t __at (0xf1c) RXM1SIDHbits;
 
-extern sfr at 0xf1d RXM1SIDL;
+extern __sfr __at (0xf1d) RXM1SIDL;
 typedef union {
        struct {
                unsigned EID16:1;
@@ -491,11 +491,11 @@ typedef union {
                unsigned SID1:1;
                unsigned SID2:1;
        };
-} RXM1SIDLbits_t;
+} __RXM1SIDLbits_t;
 
-extern volatile RXM1SIDLbits_t at 0xf1d RXM1SIDLbits;
+extern volatile __RXM1SIDLbits_t __at (0xf1d) RXM1SIDLbits;
 
-extern sfr at 0xf1e RXM1EIDH;
+extern __sfr __at (0xf1e) RXM1EIDH;
 typedef union {
        struct {
                unsigned EID8:1;
@@ -507,11 +507,11 @@ typedef union {
                unsigned EID14:1;
                unsigned EID15:1;
        };
-} RXM1EIDHbits_t;
+} __RXM1EIDHbits_t;
 
-extern volatile RXM1EIDHbits_t at 0xf1e RXM1EIDHbits;
+extern volatile __RXM1EIDHbits_t __at (0xf1e) RXM1EIDHbits;
 
-extern sfr at 0xf1f RXM1EIDL;
+extern __sfr __at (0xf1f) RXM1EIDL;
 typedef union {
        struct {
                unsigned EID0:1;
@@ -523,11 +523,11 @@ typedef union {
                unsigned EID6:1;
                unsigned EID7:1;
        };
-} RXM1EIDLbits_t;
+} __RXM1EIDLbits_t;
 
-extern volatile RXM1EIDLbits_t at 0xf1f RXM1EIDLbits;
+extern volatile __RXM1EIDLbits_t __at (0xf1f) RXM1EIDLbits;
 
-extern sfr at 0xf20 TXB2CON;
+extern __sfr __at (0xf20) TXB2CON;
 typedef union {
        struct {
                unsigned TXPRI0:1;
@@ -539,11 +539,11 @@ typedef union {
                unsigned TXABT:1;
                unsigned :1;
        };
-} TXB2CONbits_t;
+} __TXB2CONbits_t;
 
-extern volatile TXB2CONbits_t at 0xf20 TXB2CONbits;
+extern volatile __TXB2CONbits_t __at (0xf20) TXB2CONbits;
 
-extern sfr at 0xf21 TXB2SIDH;
+extern __sfr __at (0xf21) TXB2SIDH;
 typedef union {
        struct {
                unsigned SID3:1;
@@ -555,11 +555,11 @@ typedef union {
                unsigned SID9:1;
                unsigned SID10:1;
        };
-} TXB2SIDHbits_t;
+} __TXB2SIDHbits_t;
 
-extern volatile TXB2SIDHbits_t at 0xf21 TXB2SIDHbits;
+extern volatile __TXB2SIDHbits_t __at (0xf21) TXB2SIDHbits;
 
-extern sfr at 0xf22 TXB2SIDL;
+extern __sfr __at (0xf22) TXB2SIDL;
 typedef union {
        struct {
                unsigned EID16:1;
@@ -571,11 +571,11 @@ typedef union {
                unsigned SID1:1;
                unsigned SID2:1;
        };
-} TXB2SIDLbits_t;
+} __TXB2SIDLbits_t;
 
-extern volatile TXB2SIDLbits_t at 0xf22 TXB2SIDLbits;
+extern volatile __TXB2SIDLbits_t __at (0xf22) TXB2SIDLbits;
 
-extern sfr at 0xf23 TXB2EIDH;
+extern __sfr __at (0xf23) TXB2EIDH;
 typedef union {
        struct {
                unsigned EID8:1;
@@ -587,11 +587,11 @@ typedef union {
                unsigned EID14:1;
                unsigned EID15:1;
        };
-} TXB2EIDHbits_t;
+} __TXB2EIDHbits_t;
 
-extern volatile TXB2EIDHbits_t at 0xf23 TXB2EIDHbits;
+extern volatile __TXB2EIDHbits_t __at (0xf23) TXB2EIDHbits;
 
-extern sfr at 0xf24 TXB2EIDL;
+extern __sfr __at (0xf24) TXB2EIDL;
 typedef union {
        struct {
                unsigned EID0:1;
@@ -603,11 +603,11 @@ typedef union {
                unsigned EID6:1;
                unsigned EID7:1;
        };
-} TXB2EIDLbits_t;
+} __TXB2EIDLbits_t;
 
-extern volatile TXB2EIDLbits_t at 0xf24 TXB2EIDLbits;
+extern volatile __TXB2EIDLbits_t __at (0xf24) TXB2EIDLbits;
 
-extern sfr at 0xf25 TXB2DLC;
+extern __sfr __at (0xf25) TXB2DLC;
 typedef union {
        struct {
                unsigned TXB2DLC0:1;
@@ -619,11 +619,11 @@ typedef union {
                unsigned TXB2TXRTR:1;
                unsigned :1;
        };
-} TXB2DLCbits_t;
+} __TXB2DLCbits_t;
 
-extern volatile TXB2DLCbits_t at 0xf25 TXB2DLCbits;
+extern volatile __TXB2DLCbits_t __at (0xf25) TXB2DLCbits;
 
-extern sfr at 0xf26 TXB2D0;
+extern __sfr __at (0xf26) TXB2D0;
 typedef union {
        struct {
                unsigned TXB2D00:1;
@@ -635,11 +635,11 @@ typedef union {
                unsigned TXB2D06:1;
                unsigned TXB2D07:1;
        };
-} TXB2D0bits_t;
+} __TXB2D0bits_t;
 
-extern volatile TXB2D0bits_t at 0xf26 TXB2D0bits;
+extern volatile __TXB2D0bits_t __at (0xf26) TXB2D0bits;
 
-extern sfr at 0xf27 TXB2D1;
+extern __sfr __at (0xf27) TXB2D1;
 typedef union {
        struct {
                unsigned TXB2D10:1;
@@ -651,11 +651,11 @@ typedef union {
                unsigned TXB2D16:1;
                unsigned TXB2D17:1;
        };
-} TXB2D1bits_t;
+} __TXB2D1bits_t;
 
-extern volatile TXB2D1bits_t at 0xf27 TXB2D1bits;
+extern volatile __TXB2D1bits_t __at (0xf27) TXB2D1bits;
 
-extern sfr at 0xf28 TXB2D2;
+extern __sfr __at (0xf28) TXB2D2;
 typedef union {
        struct {
                unsigned TXB2D20:1;
@@ -667,11 +667,11 @@ typedef union {
                unsigned TXB2D26:1;
                unsigned TXB2D27:1;
        };
-} TXB2D2bits_t;
+} __TXB2D2bits_t;
 
-extern volatile TXB2D2bits_t at 0xf28 TXB2D2bits;
+extern volatile __TXB2D2bits_t __at (0xf28) TXB2D2bits;
 
-extern sfr at 0xf29 TXB2D3;
+extern __sfr __at (0xf29) TXB2D3;
 typedef union {
        struct {
                unsigned TXB2D30:1;
@@ -683,11 +683,11 @@ typedef union {
                unsigned TXB2D36:1;
                unsigned TXB2D37:1;
        };
-} TXB2D3bits_t;
+} __TXB2D3bits_t;
 
-extern volatile TXB2D3bits_t at 0xf29 TXB2D3bits;
+extern volatile __TXB2D3bits_t __at (0xf29) TXB2D3bits;
 
-extern sfr at 0xf2a TXB2D4;
+extern __sfr __at (0xf2a) TXB2D4;
 typedef union {
        struct {
                unsigned TXB2D40:1;
@@ -699,11 +699,11 @@ typedef union {
                unsigned TXB2D46:1;
                unsigned TXB2D47:1;
        };
-} TXB2D4bits_t;
+} __TXB2D4bits_t;
 
-extern volatile TXB2D4bits_t at 0xf2a TXB2D4bits;
+extern volatile __TXB2D4bits_t __at (0xf2a) TXB2D4bits;
 
-extern sfr at 0xf2b TXB2D5;
+extern __sfr __at (0xf2b) TXB2D5;
 typedef union {
        struct {
                unsigned TXB2D50:1;
@@ -715,11 +715,11 @@ typedef union {
                unsigned TXB2D56:1;
                unsigned TXB2D57:1;
        };
-} TXB2D5bits_t;
+} __TXB2D5bits_t;
 
-extern volatile TXB2D5bits_t at 0xf2b TXB2D5bits;
+extern volatile __TXB2D5bits_t __at (0xf2b) TXB2D5bits;
 
-extern sfr at 0xf2c TXB2D6;
+extern __sfr __at (0xf2c) TXB2D6;
 typedef union {
        struct {
                unsigned TXB2D60:1;
@@ -731,11 +731,11 @@ typedef union {
                unsigned TXB2D66:1;
                unsigned TXB2D67:1;
        };
-} TXB2D6bits_t;
+} __TXB2D6bits_t;
 
-extern volatile TXB2D6bits_t at 0xf2c TXB2D6bits;
+extern volatile __TXB2D6bits_t __at (0xf2c) TXB2D6bits;
 
-extern sfr at 0xf2d TXB2D7;
+extern __sfr __at (0xf2d) TXB2D7;
 typedef union {
        struct {
                unsigned TXB2D70:1;
@@ -747,11 +747,11 @@ typedef union {
                unsigned TXB2D76:1;
                unsigned TXB2D77:1;
        };
-} TXB2D7bits_t;
+} __TXB2D7bits_t;
 
-extern volatile TXB2D7bits_t at 0xf2d TXB2D7bits;
+extern volatile __TXB2D7bits_t __at (0xf2d) TXB2D7bits;
 
-extern sfr at 0xf2e CANSTATRO4;
+extern __sfr __at (0xf2e) CANSTATRO4;
 typedef union {
        struct {
                unsigned :1;
@@ -763,11 +763,11 @@ typedef union {
                unsigned OPMODE1:1;
                unsigned OPMODE2:1;
        };
-} CANSTATRO4bits_t;
+} __CANSTATRO4bits_t;
 
-extern volatile CANSTATRO4bits_t at 0xf2e CANSTATRO4bits;
+extern volatile __CANSTATRO4bits_t __at (0xf2e) CANSTATRO4bits;
 
-extern sfr at 0xf30 TXB1CON;
+extern __sfr __at (0xf30) TXB1CON;
 typedef union {
        struct {
                unsigned TXPRI0:1;
@@ -779,11 +779,11 @@ typedef union {
                unsigned TXABT:1;
                unsigned :1;
        };
-} TXB1CONbits_t;
+} __TXB1CONbits_t;
 
-extern volatile TXB1CONbits_t at 0xf30 TXB1CONbits;
+extern volatile __TXB1CONbits_t __at (0xf30) TXB1CONbits;
 
-extern sfr at 0xf31 TXB1SIDH;
+extern __sfr __at (0xf31) TXB1SIDH;
 typedef union {
        struct {
                unsigned SID3:1;
@@ -795,11 +795,11 @@ typedef union {
                unsigned SID9:1;
                unsigned SID10:1;
        };
-} TXB1SIDHbits_t;
+} __TXB1SIDHbits_t;
 
-extern volatile TXB1SIDHbits_t at 0xf31 TXB1SIDHbits;
+extern volatile __TXB1SIDHbits_t __at (0xf31) TXB1SIDHbits;
 
-extern sfr at 0xf32 TXB1SIDL;
+extern __sfr __at (0xf32) TXB1SIDL;
 typedef union {
        struct {
                unsigned EID16:1;
@@ -811,11 +811,11 @@ typedef union {
                unsigned SID1:1;
                unsigned SID2:1;
        };
-} TXB1SIDLbits_t;
+} __TXB1SIDLbits_t;
 
-extern volatile TXB1SIDLbits_t at 0xf32 TXB1SIDLbits;
+extern volatile __TXB1SIDLbits_t __at (0xf32) TXB1SIDLbits;
 
-extern sfr at 0xf33 TXB1EIDH;
+extern __sfr __at (0xf33) TXB1EIDH;
 typedef union {
        struct {
                unsigned EID8:1;
@@ -827,11 +827,11 @@ typedef union {
                unsigned EID14:1;
                unsigned EID15:1;
        };
-} TXB1EIDHbits_t;
+} __TXB1EIDHbits_t;
 
-extern volatile TXB1EIDHbits_t at 0xf33 TXB1EIDHbits;
+extern volatile __TXB1EIDHbits_t __at (0xf33) TXB1EIDHbits;
 
-extern sfr at 0xf34 TXB1EIDL;
+extern __sfr __at (0xf34) TXB1EIDL;
 typedef union {
        struct {
                unsigned EID0:1;
@@ -843,11 +843,11 @@ typedef union {
                unsigned EID6:1;
                unsigned EID7:1;
        };
-} TXB1EIDLbits_t;
+} __TXB1EIDLbits_t;
 
-extern volatile TXB1EIDLbits_t at 0xf34 TXB1EIDLbits;
+extern volatile __TXB1EIDLbits_t __at (0xf34) TXB1EIDLbits;
 
-extern sfr at 0xf35 TXB1DLC;
+extern __sfr __at (0xf35) TXB1DLC;
 typedef union {
        struct {
                unsigned DLC0:1;
@@ -859,11 +859,11 @@ typedef union {
                unsigned TXRTR:1;
                unsigned :1;
        };
-} TXB1DLCbits_t;
+} __TXB1DLCbits_t;
 
-extern volatile TXB1DLCbits_t at 0xf35 TXB1DLCbits;
+extern volatile __TXB1DLCbits_t __at (0xf35) TXB1DLCbits;
 
-extern sfr at 0xf36 TXB1D0;
+extern __sfr __at (0xf36) TXB1D0;
 typedef union {
        struct {
                unsigned TXB1D00:1;
@@ -875,11 +875,11 @@ typedef union {
                unsigned TXB1D06:1;
                unsigned TXB1D07:1;
        };
-} TXB1D0bits_t;
+} __TXB1D0bits_t;
 
-extern volatile TXB1D0bits_t at 0xf36 TXB1D0bits;
+extern volatile __TXB1D0bits_t __at (0xf36) TXB1D0bits;
 
-extern sfr at 0xf37 TXB1D1;
+extern __sfr __at (0xf37) TXB1D1;
 typedef union {
        struct {
                unsigned TXB1D10:1;
@@ -891,11 +891,11 @@ typedef union {
                unsigned TXB1D16:1;
                unsigned TXB1D17:1;
        };
-} TXB1D1bits_t;
+} __TXB1D1bits_t;
 
-extern volatile TXB1D1bits_t at 0xf37 TXB1D1bits;
+extern volatile __TXB1D1bits_t __at (0xf37) TXB1D1bits;
 
-extern sfr at 0xf38 TXB1D2;
+extern __sfr __at (0xf38) TXB1D2;
 typedef union {
        struct {
                unsigned TXB1D20:1;
@@ -907,11 +907,11 @@ typedef union {
                unsigned TXB1D26:1;
                unsigned TXB1D27:1;
        };
-} TXB1D2bits_t;
+} __TXB1D2bits_t;
 
-extern volatile TXB1D2bits_t at 0xf38 TXB1D2bits;
+extern volatile __TXB1D2bits_t __at (0xf38) TXB1D2bits;
 
-extern sfr at 0xf39 TXB1D3;
+extern __sfr __at (0xf39) TXB1D3;
 typedef union {
        struct {
                unsigned TXB1D30:1;
@@ -923,11 +923,11 @@ typedef union {
                unsigned TXB1D36:1;
                unsigned TXB1D37:1;
        };
-} TXB1D3bits_t;
+} __TXB1D3bits_t;
 
-extern volatile TXB1D3bits_t at 0xf39 TXB1D3bits;
+extern volatile __TXB1D3bits_t __at (0xf39) TXB1D3bits;
 
-extern sfr at 0xf3a TXB1D4;
+extern __sfr __at (0xf3a) TXB1D4;
 typedef union {
        struct {
                unsigned TXB1D40:1;
@@ -939,11 +939,11 @@ typedef union {
                unsigned TXB1D46:1;
                unsigned TXB1D47:1;
        };
-} TXB1D4bits_t;
+} __TXB1D4bits_t;
 
-extern volatile TXB1D4bits_t at 0xf3a TXB1D4bits;
+extern volatile __TXB1D4bits_t __at (0xf3a) TXB1D4bits;
 
-extern sfr at 0xf3b TXB1D5;
+extern __sfr __at (0xf3b) TXB1D5;
 typedef union {
        struct {
                unsigned TXB1D50:1;
@@ -955,11 +955,11 @@ typedef union {
                unsigned TXB1D56:1;
                unsigned TXB1D57:1;
        };
-} TXB1D5bits_t;
+} __TXB1D5bits_t;
 
-extern volatile TXB1D5bits_t at 0xf3b TXB1D5bits;
+extern volatile __TXB1D5bits_t __at (0xf3b) TXB1D5bits;
 
-extern sfr at 0xf3c TXB1D6;
+extern __sfr __at (0xf3c) TXB1D6;
 typedef union {
        struct {
                unsigned TXB1D60:1;
@@ -971,11 +971,11 @@ typedef union {
                unsigned TXB1D66:1;
                unsigned TXB1D67:1;
        };
-} TXB1D6bits_t;
+} __TXB1D6bits_t;
 
-extern volatile TXB1D6bits_t at 0xf3c TXB1D6bits;
+extern volatile __TXB1D6bits_t __at (0xf3c) TXB1D6bits;
 
-extern sfr at 0xf3d TXB1D7;
+extern __sfr __at (0xf3d) TXB1D7;
 typedef union {
        struct {
                unsigned TXB1D70:1;
@@ -987,11 +987,11 @@ typedef union {
                unsigned TXB1D76:1;
                unsigned TXB1D77:1;
        };
-} TXB1D7bits_t;
+} __TXB1D7bits_t;
 
-extern volatile TXB1D7bits_t at 0xf3d TXB1D7bits;
+extern volatile __TXB1D7bits_t __at (0xf3d) TXB1D7bits;
 
-extern sfr at 0xf3e CANSTATRO3;
+extern __sfr __at (0xf3e) CANSTATRO3;
 typedef union {
        struct {
                unsigned :1;
@@ -1003,11 +1003,11 @@ typedef union {
                unsigned OPMODE1:1;
                unsigned OPMODE2:1;
        };
-} CANSTATRO3bits_t;
+} __CANSTATRO3bits_t;
 
-extern volatile CANSTATRO3bits_t at 0xf3e CANSTATRO3bits;
+extern volatile __CANSTATRO3bits_t __at (0xf3e) CANSTATRO3bits;
 
-extern sfr at 0xf40 TXB0CON;
+extern __sfr __at (0xf40) TXB0CON;
 typedef union {
        struct {
                unsigned TXPRI0:1;
@@ -1019,11 +1019,11 @@ typedef union {
                unsigned TXABT:1;
                unsigned :1;
        };
-} TXB0CONbits_t;
+} __TXB0CONbits_t;
 
-extern volatile TXB0CONbits_t at 0xf40 TXB0CONbits;
+extern volatile __TXB0CONbits_t __at (0xf40) TXB0CONbits;
 
-extern sfr at 0xf41 TXB0SIDH;
+extern __sfr __at (0xf41) TXB0SIDH;
 typedef union {
        struct {
                unsigned SID3:1;
@@ -1035,11 +1035,11 @@ typedef union {
                unsigned SID9:1;
                unsigned SID10:1;
        };
-} TXB0SIDHbits_t;
+} __TXB0SIDHbits_t;
 
-extern volatile TXB0SIDHbits_t at 0xf41 TXB0SIDHbits;
+extern volatile __TXB0SIDHbits_t __at (0xf41) TXB0SIDHbits;
 
-extern sfr at 0xf42 TXB0SIDL;
+extern __sfr __at (0xf42) TXB0SIDL;
 typedef union {
        struct {
                unsigned EID16:1;
@@ -1051,11 +1051,11 @@ typedef union {
                unsigned SID1:1;
                unsigned SID2:1;
        };
-} TXB0SIDLbits_t;
+} __TXB0SIDLbits_t;
 
-extern volatile TXB0SIDLbits_t at 0xf42 TXB0SIDLbits;
+extern volatile __TXB0SIDLbits_t __at (0xf42) TXB0SIDLbits;
 
-extern sfr at 0xf43 TXB0EIDH;
+extern __sfr __at (0xf43) TXB0EIDH;
 typedef union {
        struct {
                unsigned EID8:1;
@@ -1067,11 +1067,11 @@ typedef union {
                unsigned EID14:1;
                unsigned EID15:1;
        };
-} TXB0EIDHbits_t;
+} __TXB0EIDHbits_t;
 
-extern volatile TXB0EIDHbits_t at 0xf43 TXB0EIDHbits;
+extern volatile __TXB0EIDHbits_t __at (0xf43) TXB0EIDHbits;
 
-extern sfr at 0xf44 TXB0EIDL;
+extern __sfr __at (0xf44) TXB0EIDL;
 typedef union {
        struct {
                unsigned EID0:1;
@@ -1083,11 +1083,11 @@ typedef union {
                unsigned EID6:1;
                unsigned EID7:1;
        };
-} TXB0EIDLbits_t;
+} __TXB0EIDLbits_t;
 
-extern volatile TXB0EIDLbits_t at 0xf44 TXB0EIDLbits;
+extern volatile __TXB0EIDLbits_t __at (0xf44) TXB0EIDLbits;
 
-extern sfr at 0xf45 TXB0DLC;
+extern __sfr __at (0xf45) TXB0DLC;
 typedef union {
        struct {
                unsigned DLC0:1;
@@ -1099,11 +1099,11 @@ typedef union {
                unsigned TXRTR:1;
                unsigned :1;
        };
-} TXB0DLCbits_t;
+} __TXB0DLCbits_t;
 
-extern volatile TXB0DLCbits_t at 0xf45 TXB0DLCbits;
+extern volatile __TXB0DLCbits_t __at (0xf45) TXB0DLCbits;
 
-extern sfr at 0xf46 TXB0D0;
+extern __sfr __at (0xf46) TXB0D0;
 typedef union {
        struct {
                unsigned TXB0D00:1;
@@ -1115,11 +1115,11 @@ typedef union {
                unsigned TXB0D06:1;
                unsigned TXB0D07:1;
        };
-} TXB0D0bits_t;
+} __TXB0D0bits_t;
 
-extern volatile TXB0D0bits_t at 0xf46 TXB0D0bits;
+extern volatile __TXB0D0bits_t __at (0xf46) TXB0D0bits;
 
-extern sfr at 0xf47 TXB0D1;
+extern __sfr __at (0xf47) TXB0D1;
 typedef union {
        struct {
                unsigned TXB0D10:1;
@@ -1131,11 +1131,11 @@ typedef union {
                unsigned TXB0D16:1;
                unsigned TXB0D17:1;
        };
-} TXB0D1bits_t;
+} __TXB0D1bits_t;
 
-extern volatile TXB0D1bits_t at 0xf47 TXB0D1bits;
+extern volatile __TXB0D1bits_t __at (0xf47) TXB0D1bits;
 
-extern sfr at 0xf48 TXB0D2;
+extern __sfr __at (0xf48) TXB0D2;
 typedef union {
        struct {
                unsigned TXB0D20:1;
@@ -1147,11 +1147,11 @@ typedef union {
                unsigned TXB0D26:1;
                unsigned TXB0D27:1;
        };
-} TXB0D2bits_t;
+} __TXB0D2bits_t;
 
-extern volatile TXB0D2bits_t at 0xf48 TXB0D2bits;
+extern volatile __TXB0D2bits_t __at (0xf48) TXB0D2bits;
 
-extern sfr at 0xf49 TXB0D3;
+extern __sfr __at (0xf49) TXB0D3;
 typedef union {
        struct {
                unsigned TXB0D30:1;
@@ -1163,11 +1163,11 @@ typedef union {
                unsigned TXBD0D36:1;
                unsigned TXB0D37:1;
        };
-} TXB0D3bits_t;
+} __TXB0D3bits_t;
 
-extern volatile TXB0D3bits_t at 0xf49 TXB0D3bits;
+extern volatile __TXB0D3bits_t __at (0xf49) TXB0D3bits;
 
-extern sfr at 0xf4a TXB0D4;
+extern __sfr __at (0xf4a) TXB0D4;
 typedef union {
        struct {
                unsigned TXB0D40:1;
@@ -1179,11 +1179,11 @@ typedef union {
                unsigned TXB0D46:1;
                unsigned TXB0D47:1;
        };
-} TXB0D4bits_t;
+} __TXB0D4bits_t;
 
-extern volatile TXB0D4bits_t at 0xf4a TXB0D4bits;
+extern volatile __TXB0D4bits_t __at (0xf4a) TXB0D4bits;
 
-extern sfr at 0xf4b TXB0D5;
+extern __sfr __at (0xf4b) TXB0D5;
 typedef union {
        struct {
                unsigned TXB0D50:1;
@@ -1195,11 +1195,11 @@ typedef union {
                unsigned TXB0D56:1;
                unsigned TXB0D57:1;
        };
-} TXB0D5bits_t;
+} __TXB0D5bits_t;
 
-extern volatile TXB0D5bits_t at 0xf4b TXB0D5bits;
+extern volatile __TXB0D5bits_t __at (0xf4b) TXB0D5bits;
 
-extern sfr at 0xf4c TXB0D6;
+extern __sfr __at (0xf4c) TXB0D6;
 typedef union {
        struct {
                unsigned TXB0D60:1;
@@ -1211,11 +1211,11 @@ typedef union {
                unsigned TXB0D66:1;
                unsigned TXB0D67:1;
        };
-} TXB0D6bits_t;
+} __TXB0D6bits_t;
 
-extern volatile TXB0D6bits_t at 0xf4c TXB0D6bits;
+extern volatile __TXB0D6bits_t __at (0xf4c) TXB0D6bits;
 
-extern sfr at 0xf4d TXB0D7;
+extern __sfr __at (0xf4d) TXB0D7;
 typedef union {
        struct {
                unsigned TXB0D70:1;
@@ -1227,11 +1227,11 @@ typedef union {
                unsigned TXB0D76:1;
                unsigned TXB0D77:1;
        };
-} TXB0D7bits_t;
+} __TXB0D7bits_t;
 
-extern volatile TXB0D7bits_t at 0xf4d TXB0D7bits;
+extern volatile __TXB0D7bits_t __at (0xf4d) TXB0D7bits;
 
-extern sfr at 0xf4e CANSTATRO2;
+extern __sfr __at (0xf4e) CANSTATRO2;
 typedef union {
        struct {
                unsigned :1;
@@ -1243,11 +1243,11 @@ typedef union {
                unsigned OPMODE1:1;
                unsigned OPMODE2:1;
        };
-} CANSTATRO2bits_t;
+} __CANSTATRO2bits_t;
 
-extern volatile CANSTATRO2bits_t at 0xf4e CANSTATRO2bits;
+extern volatile __CANSTATRO2bits_t __at (0xf4e) CANSTATRO2bits;
 
-extern sfr at 0xf50 RXB1CON;
+extern __sfr __at (0xf50) RXB1CON;
 typedef union {
        struct {
                unsigned FILHIT0:1;
@@ -1259,11 +1259,11 @@ typedef union {
                unsigned RXM1:1;
                unsigned RXFUL:1;
        };
-} RXB1CONbits_t;
+} __RXB1CONbits_t;
 
-extern volatile RXB1CONbits_t at 0xf50 RXB1CONbits;
+extern volatile __RXB1CONbits_t __at (0xf50) RXB1CONbits;
 
-extern sfr at 0xf51 RXB1SIDH;
+extern __sfr __at (0xf51) RXB1SIDH;
 typedef union {
        struct {
                unsigned SID3:1;
@@ -1275,11 +1275,11 @@ typedef union {
                unsigned SID9:1;
                unsigned SID10:1;
        };
-} RXB1SIDHbits_t;
+} __RXB1SIDHbits_t;
 
-extern volatile RXB1SIDHbits_t at 0xf51 RXB1SIDHbits;
+extern volatile __RXB1SIDHbits_t __at (0xf51) RXB1SIDHbits;
 
-extern sfr at 0xf52 RXB1SIDL;
+extern __sfr __at (0xf52) RXB1SIDL;
 typedef union {
        struct {
                unsigned EID16:1;
@@ -1291,11 +1291,11 @@ typedef union {
                unsigned SID1:1;
                unsigned SID2:1;
        };
-} RXB1SIDLbits_t;
+} __RXB1SIDLbits_t;
 
-extern volatile RXB1SIDLbits_t at 0xf52 RXB1SIDLbits;
+extern volatile __RXB1SIDLbits_t __at (0xf52) RXB1SIDLbits;
 
-extern sfr at 0xf53 RXB1EIDH;
+extern __sfr __at (0xf53) RXB1EIDH;
 typedef union {
        struct {
                unsigned EID8:1;
@@ -1307,11 +1307,11 @@ typedef union {
                unsigned EID14:1;
                unsigned EID15:1;
        };
-} RXB1EIDHbits_t;
+} __RXB1EIDHbits_t;
 
-extern volatile RXB1EIDHbits_t at 0xf53 RXB1EIDHbits;
+extern volatile __RXB1EIDHbits_t __at (0xf53) RXB1EIDHbits;
 
-extern sfr at 0xf54 RXB1EIDL;
+extern __sfr __at (0xf54) RXB1EIDL;
 typedef union {
        struct {
                unsigned EID0:1;
@@ -1323,11 +1323,11 @@ typedef union {
                unsigned EID6:1;
                unsigned EID7:1;
        };
-} RXB1EIDLbits_t;
+} __RXB1EIDLbits_t;
 
-extern volatile RXB1EIDLbits_t at 0xf54 RXB1EIDLbits;
+extern volatile __RXB1EIDLbits_t __at (0xf54) RXB1EIDLbits;
 
-extern sfr at 0xf55 RXB1DLC;
+extern __sfr __at (0xf55) RXB1DLC;
 typedef union {
        struct {
                unsigned DLC0:1;
@@ -1339,11 +1339,11 @@ typedef union {
                unsigned RXRTR:1;
                unsigned :1;
        };
-} RXB1DLCbits_t;
+} __RXB1DLCbits_t;
 
-extern volatile RXB1DLCbits_t at 0xf55 RXB1DLCbits;
+extern volatile __RXB1DLCbits_t __at (0xf55) RXB1DLCbits;
 
-extern sfr at 0xf56 RXB1D0;
+extern __sfr __at (0xf56) RXB1D0;
 typedef union {
        struct {
                unsigned RXB1D00:1;
@@ -1355,11 +1355,11 @@ typedef union {
                unsigned RXB1D06:1;
                unsigned RXB1D07:1;
        };
-} RXB1D0bits_t;
+} __RXB1D0bits_t;
 
-extern volatile RXB1D0bits_t at 0xf56 RXB1D0bits;
+extern volatile __RXB1D0bits_t __at (0xf56) RXB1D0bits;
 
-extern sfr at 0xf57 RXB1D1;
+extern __sfr __at (0xf57) RXB1D1;
 typedef union {
        struct {
                unsigned RXB1D10:1;
@@ -1371,11 +1371,11 @@ typedef union {
                unsigned RXB1D16:1;
                unsigned RXB1D17:1;
        };
-} RXB1D1bits_t;
+} __RXB1D1bits_t;
 
-extern volatile RXB1D1bits_t at 0xf57 RXB1D1bits;
+extern volatile __RXB1D1bits_t __at (0xf57) RXB1D1bits;
 
-extern sfr at 0xf58 RXB1D2;
+extern __sfr __at (0xf58) RXB1D2;
 typedef union {
        struct {
                unsigned RXB1D20:1;
@@ -1387,11 +1387,11 @@ typedef union {
                unsigned RXB1D26:1;
                unsigned RXB1D27:1;
        };
-} RXB1D2bits_t;
+} __RXB1D2bits_t;
 
-extern volatile RXB1D2bits_t at 0xf58 RXB1D2bits;
+extern volatile __RXB1D2bits_t __at (0xf58) RXB1D2bits;
 
-extern sfr at 0xf59 RXB1D3;
+extern __sfr __at (0xf59) RXB1D3;
 typedef union {
        struct {
                unsigned RXB1D30:1;
@@ -1403,11 +1403,11 @@ typedef union {
                unsigned RXB1D36:1;
                unsigned RXB1D37:1;
        };
-} RXB1D3bits_t;
+} __RXB1D3bits_t;
 
-extern volatile RXB1D3bits_t at 0xf59 RXB1D3bits;
+extern volatile __RXB1D3bits_t __at (0xf59) RXB1D3bits;
 
-extern sfr at 0xf5a RXB1D4;
+extern __sfr __at (0xf5a) RXB1D4;
 typedef union {
        struct {
                unsigned RXB1D40:1;
@@ -1419,11 +1419,11 @@ typedef union {
                unsigned RXB1D46:1;
                unsigned RXB1D47:1;
        };
-} RXB1D4bits_t;
+} __RXB1D4bits_t;
 
-extern volatile RXB1D4bits_t at 0xf5a RXB1D4bits;
+extern volatile __RXB1D4bits_t __at (0xf5a) RXB1D4bits;
 
-extern sfr at 0xf5b RXB1D5;
+extern __sfr __at (0xf5b) RXB1D5;
 typedef union {
        struct {
                unsigned RXB1D50:1;
@@ -1435,11 +1435,11 @@ typedef union {
                unsigned RXB1D56:1;
                unsigned RXB1D57:1;
        };
-} RXB1D5bits_t;
+} __RXB1D5bits_t;
 
-extern volatile RXB1D5bits_t at 0xf5b RXB1D5bits;
+extern volatile __RXB1D5bits_t __at (0xf5b) RXB1D5bits;
 
-extern sfr at 0xf5c RXB1D6;
+extern __sfr __at (0xf5c) RXB1D6;
 typedef union {
        struct {
                unsigned RXB1D60:1;
@@ -1451,11 +1451,11 @@ typedef union {
                unsigned RXB1D66:1;
                unsigned RXB1D67:1;
        };
-} RXB1D6bits_t;
+} __RXB1D6bits_t;
 
-extern volatile RXB1D6bits_t at 0xf5c RXB1D6bits;
+extern volatile __RXB1D6bits_t __at (0xf5c) RXB1D6bits;
 
-extern sfr at 0xf5d RXB1D7;
+extern __sfr __at (0xf5d) RXB1D7;
 typedef union {
        struct {
                unsigned RXB1D70:1;
@@ -1467,11 +1467,11 @@ typedef union {
                unsigned RXB1D76:1;
                unsigned RXB1D77:1;
        };
-} RXB1D7bits_t;
+} __RXB1D7bits_t;
 
-extern volatile RXB1D7bits_t at 0xf5d RXB1D7bits;
+extern volatile __RXB1D7bits_t __at (0xf5d) RXB1D7bits;
 
-extern sfr at 0xf5e CANSTATRO1;
+extern __sfr __at (0xf5e) CANSTATRO1;
 typedef union {
        struct {
                unsigned :1;
@@ -1483,11 +1483,11 @@ typedef union {
                unsigned OPMODE1:1;
                unsigned OPMODE2:1;
        };
-} CANSTATRO1bits_t;
+} __CANSTATRO1bits_t;
 
-extern volatile CANSTATRO1bits_t at 0xf5e CANSTATRO1bits;
+extern volatile __CANSTATRO1bits_t __at (0xf5e) CANSTATRO1bits;
 
-extern sfr at 0xf60 RXB0CON;
+extern __sfr __at (0xf60) RXB0CON;
 typedef union {
        struct {
                unsigned FILHIT0:1;
@@ -1499,11 +1499,11 @@ typedef union {
                unsigned RXM1:1;
                unsigned RXFUL:1;
        };
-} RXB0CONbits_t;
+} __RXB0CONbits_t;
 
-extern volatile RXB0CONbits_t at 0xf60 RXB0CONbits;
+extern volatile __RXB0CONbits_t __at (0xf60) RXB0CONbits;
 
-extern sfr at 0xf61 RXB0SIDH;
+extern __sfr __at (0xf61) RXB0SIDH;
 typedef union {
        struct {
                unsigned SID3:1;
@@ -1515,11 +1515,11 @@ typedef union {
                unsigned SID9:1;
                unsigned SID10:1;
        };
-} RXB0SIDHbits_t;
+} __RXB0SIDHbits_t;
 
-extern volatile RXB0SIDHbits_t at 0xf61 RXB0SIDHbits;
+extern volatile __RXB0SIDHbits_t __at (0xf61) RXB0SIDHbits;
 
-extern sfr at 0xf62 RXB0SIDL;
+extern __sfr __at (0xf62) RXB0SIDL;
 typedef union {
        struct {
                unsigned EID16:1;
@@ -1531,11 +1531,11 @@ typedef union {
                unsigned SID1:1;
                unsigned SID2:1;
        };
-} RXB0SIDLbits_t;
+} __RXB0SIDLbits_t;
 
-extern volatile RXB0SIDLbits_t at 0xf62 RXB0SIDLbits;
+extern volatile __RXB0SIDLbits_t __at (0xf62) RXB0SIDLbits;
 
-extern sfr at 0xf63 RXB0EIDH;
+extern __sfr __at (0xf63) RXB0EIDH;
 typedef union {
        struct {
                unsigned EID8:1;
@@ -1547,11 +1547,11 @@ typedef union {
                unsigned EID14:1;
                unsigned EID15:1;
        };
-} RXB0EIDHbits_t;
+} __RXB0EIDHbits_t;
 
-extern volatile RXB0EIDHbits_t at 0xf63 RXB0EIDHbits;
+extern volatile __RXB0EIDHbits_t __at (0xf63) RXB0EIDHbits;
 
-extern sfr at 0xf64 RXB0EIDL;
+extern __sfr __at (0xf64) RXB0EIDL;
 typedef union {
        struct {
                unsigned EID0:1;
@@ -1563,11 +1563,11 @@ typedef union {
                unsigned EID6:1;
                unsigned EID7:1;
        };
-} RXB0EIDLbits_t;
+} __RXB0EIDLbits_t;
 
-extern volatile RXB0EIDLbits_t at 0xf64 RXB0EIDLbits;
+extern volatile __RXB0EIDLbits_t __at (0xf64) RXB0EIDLbits;
 
-extern sfr at 0xf65 RXB0DLC;
+extern __sfr __at (0xf65) RXB0DLC;
 typedef union {
        struct {
                unsigned DLC0:1;
@@ -1579,19 +1579,19 @@ typedef union {
                unsigned RTR:1;
                unsigned :1;
        };
-} RXB0DLCbits_t;
+} __RXB0DLCbits_t;
 
-extern volatile RXB0DLCbits_t at 0xf65 RXB0DLCbits;
+extern volatile __RXB0DLCbits_t __at (0xf65) RXB0DLCbits;
 
-extern sfr at 0xf66 RXB0D0;
-extern sfr at 0xf67 RXB0D1;
-extern sfr at 0xf68 RXB0D2;
-extern sfr at 0xf69 RXB0D3;
-extern sfr at 0xf6a RXB0D4;
-extern sfr at 0xf6b RXB0D5;
-extern sfr at 0xf6c RXB0D6;
-extern sfr at 0xf6d RXB0D7;
-extern sfr at 0xf6e CANSTAT;
+extern __sfr __at (0xf66) RXB0D0;
+extern __sfr __at (0xf67) RXB0D1;
+extern __sfr __at (0xf68) RXB0D2;
+extern __sfr __at (0xf69) RXB0D3;
+extern __sfr __at (0xf6a) RXB0D4;
+extern __sfr __at (0xf6b) RXB0D5;
+extern __sfr __at (0xf6c) RXB0D6;
+extern __sfr __at (0xf6d) RXB0D7;
+extern __sfr __at (0xf6e) CANSTAT;
 typedef union {
        struct {
                unsigned :1;
@@ -1603,11 +1603,11 @@ typedef union {
                unsigned OPMODE1:1;
                unsigned OPMODE2:1;
        };
-} CANSTATbits_t;
+} __CANSTATbits_t;
 
-extern volatile CANSTATbits_t at 0xf6e CANSTATbits;
+extern volatile __CANSTATbits_t __at (0xf6e) CANSTATbits;
 
-extern sfr at 0xf6f CANCON;
+extern __sfr __at (0xf6f) CANCON;
 typedef union {
        struct {
                unsigned WIN0:1;
@@ -1619,11 +1619,11 @@ typedef union {
                unsigned REQOP1:1;
                unsigned REQOP2:1;
        };
-} CANCONbits_t;
+} __CANCONbits_t;
 
-extern volatile CANCONbits_t at 0xf6f CANCONbits;
+extern volatile __CANCONbits_t __at (0xf6f) CANCONbits;
 
-extern sfr at 0xf70 BRGCON1;
+extern __sfr __at (0xf70) BRGCON1;
 typedef union {
        struct {
                unsigned BRP0:1;
@@ -1635,11 +1635,11 @@ typedef union {
                unsigned SJW0:1;
                unsigned SJW1:1;
        };
-} BRGCON1bits_t;
+} __BRGCON1bits_t;
 
-extern volatile BRGCON1bits_t at 0xf70 BRGCON1bits;
+extern volatile __BRGCON1bits_t __at (0xf70) BRGCON1bits;
 
-extern sfr at 0xf71 BRGCON2;
+extern __sfr __at (0xf71) BRGCON2;
 typedef union {
        struct {
                unsigned PRSEG0:1;
@@ -1651,11 +1651,11 @@ typedef union {
                unsigned SAM:1;
                unsigned SEG2PHTS:1;
        };
-} BRGCON2bits_t;
+} __BRGCON2bits_t;
 
-extern volatile BRGCON2bits_t at 0xf71 BRGCON2bits;
+extern volatile __BRGCON2bits_t __at (0xf71) BRGCON2bits;
 
-extern sfr at 0xf72 BRGCON3;
+extern __sfr __at (0xf72) BRGCON3;
 typedef union {
        struct {
                unsigned SEG2PH0:1;
@@ -1667,11 +1667,11 @@ typedef union {
                unsigned WAKFIL:1;
                unsigned :1;
        };
-} BRGCON3bits_t;
+} __BRGCON3bits_t;
 
-extern volatile BRGCON3bits_t at 0xf72 BRGCON3bits;
+extern volatile __BRGCON3bits_t __at (0xf72) BRGCON3bits;
 
-extern sfr at 0xf73 CIOCON;
+extern __sfr __at (0xf73) CIOCON;
 typedef union {
        struct {
                unsigned :1;
@@ -1683,11 +1683,11 @@ typedef union {
                unsigned :1;
                unsigned :1;
        };
-} CIOCONbits_t;
+} __CIOCONbits_t;
 
-extern volatile CIOCONbits_t at 0xf73 CIOCONbits;
+extern volatile __CIOCONbits_t __at (0xf73) CIOCONbits;
 
-extern sfr at 0xf74 COMSTAT;
+extern __sfr __at (0xf74) COMSTAT;
 typedef union {
        struct {
                unsigned EWARN:1;
@@ -1699,11 +1699,11 @@ typedef union {
                unsigned RXB1OVFL:1;
                unsigned RXB0OVFL:1;
        };
-} COMSTATbits_t;
+} __COMSTATbits_t;
 
-extern volatile COMSTATbits_t at 0xf74 COMSTATbits;
+extern volatile __COMSTATbits_t __at (0xf74) COMSTATbits;
 
-extern sfr at 0xf75 RXERRCNT;
+extern __sfr __at (0xf75) RXERRCNT;
 typedef union {
        struct {
                unsigned REC0:1;
@@ -1715,11 +1715,11 @@ typedef union {
                unsigned REC6:1;
                unsigned REC7:1;
        };
-} RXERRCNTbits_t;
+} __RXERRCNTbits_t;
 
-extern volatile RXERRCNTbits_t at 0xf75 RXERRCNTbits;
+extern volatile __RXERRCNTbits_t __at (0xf75) RXERRCNTbits;
 
-extern sfr at 0xf76 TXERRCNT;
+extern __sfr __at (0xf76) TXERRCNT;
 typedef union {
        struct {
                unsigned TEC0:1;
@@ -1731,11 +1731,11 @@ typedef union {
                unsigned TEC6:1;
                unsigned TEC7:1;
        };
-} TXERRCNTbits_t;
+} __TXERRCNTbits_t;
 
-extern volatile TXERRCNTbits_t at 0xf76 TXERRCNTbits;
+extern volatile __TXERRCNTbits_t __at (0xf76) TXERRCNTbits;
 
-extern sfr at 0xf80 PORTA;
+extern __sfr __at (0xf80) PORTA;
 typedef union {
        struct {
                unsigned RA0:1;
@@ -1780,11 +1780,11 @@ typedef union {
                unsigned :1;
                unsigned :1;
        };
-} PORTAbits_t;
+} __PORTAbits_t;
 
-extern volatile PORTAbits_t at 0xf80 PORTAbits;
+extern volatile __PORTAbits_t __at (0xf80) PORTAbits;
 
-extern sfr at 0xf81 PORTB;
+extern __sfr __at (0xf81) PORTB;
 typedef union {
        struct {
                unsigned RB0:1;
@@ -1807,11 +1807,11 @@ typedef union {
                unsigned :1;
                unsigned :1;
        };
-} PORTBbits_t;
+} __PORTBbits_t;
 
-extern volatile PORTBbits_t at 0xf81 PORTBbits;
+extern volatile __PORTBbits_t __at (0xf81) PORTBbits;
 
-extern sfr at 0xf82 PORTC;
+extern __sfr __at (0xf82) PORTC;
 typedef union {
        struct {
                unsigned RC0:1;
@@ -1845,11 +1845,11 @@ typedef union {
                unsigned CK:1;
                unsigned DT:1;
        };
-} PORTCbits_t;
+} __PORTCbits_t;
 
-extern volatile PORTCbits_t at 0xf82 PORTCbits;
+extern volatile __PORTCbits_t __at (0xf82) PORTCbits;
 
-extern sfr at 0xf89 LATA;
+extern __sfr __at (0xf89) LATA;
 typedef union {
        struct {
                unsigned LATA0:1;
@@ -1861,11 +1861,11 @@ typedef union {
                unsigned LATA6:1;
                unsigned :1;
        };
-} LATAbits_t;
+} __LATAbits_t;
 
-extern volatile LATAbits_t at 0xf89 LATAbits;
+extern volatile __LATAbits_t __at (0xf89) LATAbits;
 
-extern sfr at 0xf8a LATB;
+extern __sfr __at (0xf8a) LATB;
 typedef union {
        struct {
                unsigned LATB0:1;
@@ -1877,11 +1877,11 @@ typedef union {
                unsigned LATB6:1;
                unsigned LATB7:1;
        };
-} LATBbits_t;
+} __LATBbits_t;
 
-extern volatile LATBbits_t at 0xf8a LATBbits;
+extern volatile __LATBbits_t __at (0xf8a) LATBbits;
 
-extern sfr at 0xf8b LATC;
+extern __sfr __at (0xf8b) LATC;
 typedef union {
        struct {
                unsigned LATC0:1;
@@ -1893,11 +1893,11 @@ typedef union {
                unsigned LATC6:1;
                unsigned LATC7:1;
        };
-} LATCbits_t;
+} __LATCbits_t;
 
-extern volatile LATCbits_t at 0xf8b LATCbits;
+extern volatile __LATCbits_t __at (0xf8b) LATCbits;
 
-extern sfr at 0xf92 TRISA;
+extern __sfr __at (0xf92) TRISA;
 typedef union {
        struct {
                unsigned TRISA0:1;
@@ -1909,11 +1909,11 @@ typedef union {
                unsigned TRISA6:1;
                unsigned :1;
        };
-} TRISAbits_t;
+} __TRISAbits_t;
 
-extern volatile TRISAbits_t at 0xf92 TRISAbits;
+extern volatile __TRISAbits_t __at (0xf92) TRISAbits;
 
-extern sfr at 0xf93 TRISB;
+extern __sfr __at (0xf93) TRISB;
 typedef union {
        struct {
                unsigned TRISB0:1;
@@ -1925,11 +1925,11 @@ typedef union {
                unsigned TRISB6:1;
                unsigned TRISB7:1;
        };
-} TRISBbits_t;
+} __TRISBbits_t;
 
-extern volatile TRISBbits_t at 0xf93 TRISBbits;
+extern volatile __TRISBbits_t __at (0xf93) TRISBbits;
 
-extern sfr at 0xf94 TRISC;
+extern __sfr __at (0xf94) TRISC;
 typedef union {
        struct {
                unsigned TRISC0:1;
@@ -1941,11 +1941,11 @@ typedef union {
                unsigned TRISC6:1;
                unsigned TRISC7:1;
        };
-} TRISCbits_t;
+} __TRISCbits_t;
 
-extern volatile TRISCbits_t at 0xf94 TRISCbits;
+extern volatile __TRISCbits_t __at (0xf94) TRISCbits;
 
-extern sfr at 0xf9d PIE1;
+extern __sfr __at (0xf9d) PIE1;
 typedef union {
        struct {
                unsigned TMR1IE:1;
@@ -1957,11 +1957,11 @@ typedef union {
                unsigned ADIE:1;
                unsigned PSPIE:1;
        };
-} PIE1bits_t;
+} __PIE1bits_t;
 
-extern volatile PIE1bits_t at 0xf9d PIE1bits;
+extern volatile __PIE1bits_t __at (0xf9d) PIE1bits;
 
-extern sfr at 0xf9e PIR1;
+extern __sfr __at (0xf9e) PIR1;
 typedef union {
        struct {
                unsigned TMR1IF:1;
@@ -1973,11 +1973,11 @@ typedef union {
                unsigned ADIF:1;
                unsigned PSPIF:1;
        };
-} PIR1bits_t;
+} __PIR1bits_t;
 
-extern volatile PIR1bits_t at 0xf9e PIR1bits;
+extern volatile __PIR1bits_t __at (0xf9e) PIR1bits;
 
-extern sfr at 0xf9f IPR1;
+extern __sfr __at (0xf9f) IPR1;
 typedef union {
        struct {
                unsigned TMR1IP:1;
@@ -1989,11 +1989,11 @@ typedef union {
                unsigned ADIP:1;
                unsigned PSPIP:1;
        };
-} IPR1bits_t;
+} __IPR1bits_t;
 
-extern volatile IPR1bits_t at 0xf9f IPR1bits;
+extern volatile __IPR1bits_t __at (0xf9f) IPR1bits;
 
-extern sfr at 0xfa0 PIE2;
+extern __sfr __at (0xfa0) PIE2;
 typedef union {
        struct {
                unsigned CCP2IE:1;
@@ -2005,11 +2005,11 @@ typedef union {
                unsigned CMIE:1;
                unsigned :1;
        };
-} PIE2bits_t;
+} __PIE2bits_t;
 
-extern volatile PIE2bits_t at 0xfa0 PIE2bits;
+extern volatile __PIE2bits_t __at (0xfa0) PIE2bits;
 
-extern sfr at 0xfa1 PIR2;
+extern __sfr __at (0xfa1) PIR2;
 typedef union {
        struct {
                unsigned CCP2IF:1;
@@ -2021,11 +2021,11 @@ typedef union {
                unsigned CMIF:1;
                unsigned :1;
        };
-} PIR2bits_t;
+} __PIR2bits_t;
 
-extern volatile PIR2bits_t at 0xfa1 PIR2bits;
+extern volatile __PIR2bits_t __at (0xfa1) PIR2bits;
 
-extern sfr at 0xfa2 IPR2;
+extern __sfr __at (0xfa2) IPR2;
 typedef union {
        struct {
                unsigned CCP2IP:1;
@@ -2037,11 +2037,11 @@ typedef union {
                unsigned CMIP:1;
                unsigned :1;
        };
-} IPR2bits_t;
+} __IPR2bits_t;
 
-extern volatile IPR2bits_t at 0xfa2 IPR2bits;
+extern volatile __IPR2bits_t __at (0xfa2) IPR2bits;
 
-extern sfr at 0xfa3 PIE3;
+extern __sfr __at (0xfa3) PIE3;
 typedef union {
        struct {
                unsigned RX0IE:1;
@@ -2053,11 +2053,11 @@ typedef union {
                unsigned WAKIE:1;
                unsigned IVRE:1;
        };
-} PIE3bits_t;
+} __PIE3bits_t;
 
-extern volatile PIE3bits_t at 0xfa3 PIE3bits;
+extern volatile __PIE3bits_t __at (0xfa3) PIE3bits;
 
-extern sfr at 0xfa4 PIR3;
+extern __sfr __at (0xfa4) PIR3;
 typedef union {
        struct {
                unsigned RX0IF:1;
@@ -2069,11 +2069,11 @@ typedef union {
                unsigned WAKIF:1;
                unsigned IVRF:1;
        };
-} PIR3bits_t;
+} __PIR3bits_t;
 
-extern volatile PIR3bits_t at 0xfa4 PIR3bits;
+extern volatile __PIR3bits_t __at (0xfa4) PIR3bits;
 
-extern sfr at 0xfa5 IPR3;
+extern __sfr __at (0xfa5) IPR3;
 typedef union {
        struct {
                unsigned RX0IP:1;
@@ -2085,11 +2085,11 @@ typedef union {
                unsigned WAKIP:1;
                unsigned IVRP:1;
        };
-} IPR3bits_t;
+} __IPR3bits_t;
 
-extern volatile IPR3bits_t at 0xfa5 IPR3bits;
+extern volatile __IPR3bits_t __at (0xfa5) IPR3bits;
 
-extern sfr at 0xfa6 EECON1;
+extern __sfr __at (0xfa6) EECON1;
 typedef union {
        struct {
                unsigned RD:1;
@@ -2101,14 +2101,14 @@ typedef union {
                unsigned CFGS:1;
                unsigned EEPGD:1;
        };
-} EECON1bits_t;
+} __EECON1bits_t;
 
-extern volatile EECON1bits_t at 0xfa6 EECON1bits;
+extern volatile __EECON1bits_t __at (0xfa6) EECON1bits;
 
-extern sfr at 0xfa7 EECON2;
-extern sfr at 0xfa8 EEDATA;
-extern sfr at 0xfa9 EEADR;
-extern sfr at 0xfab RCSTA;
+extern __sfr __at (0xfa7) EECON2;
+extern __sfr __at (0xfa8) EEDATA;
+extern __sfr __at (0xfa9) EEADR;
+extern __sfr __at (0xfab) RCSTA;
 typedef union {
        struct {
                unsigned RX9D:1;
@@ -2120,11 +2120,11 @@ typedef union {
                unsigned RX9:1;
                unsigned SPEN:1;
        };
-} RCSTAbits_t;
+} __RCSTAbits_t;
 
-extern volatile RCSTAbits_t at 0xfab RCSTAbits;
+extern volatile __RCSTAbits_t __at (0xfab) RCSTAbits;
 
-extern sfr at 0xfac TXSTA;
+extern __sfr __at (0xfac) TXSTA;
 typedef union {
        struct {
                unsigned TX9D:1;
@@ -2136,14 +2136,14 @@ typedef union {
                unsigned TX9:1;
                unsigned CSRC:1;
        };
-} TXSTAbits_t;
+} __TXSTAbits_t;
 
-extern volatile TXSTAbits_t at 0xfac TXSTAbits;
+extern volatile __TXSTAbits_t __at (0xfac) TXSTAbits;
 
-extern sfr at 0xfad TXREG;
-extern sfr at 0xfae RCREG;
-extern sfr at 0xfaf SPBRG;
-extern sfr at 0xfb1 T3CON;
+extern __sfr __at (0xfad) TXREG;
+extern __sfr __at (0xfae) RCREG;
+extern __sfr __at (0xfaf) SPBRG;
+extern __sfr __at (0xfb1) T3CON;
 typedef union {
        struct {
                unsigned TMR3ON:1;
@@ -2155,13 +2155,13 @@ typedef union {
                unsigned T3CCP2:1;
                unsigned RD16:1;
        };
-} T3CONbits_t;
+} __T3CONbits_t;
 
-extern volatile T3CONbits_t at 0xfb1 T3CONbits;
+extern volatile __T3CONbits_t __at (0xfb1) T3CONbits;
 
-extern sfr at 0xfb2 TMR3L;
-extern sfr at 0xfb3 TMR3H;
-extern sfr at 0xfbd CCP1CON;
+extern __sfr __at (0xfb2) TMR3L;
+extern __sfr __at (0xfb3) TMR3H;
+extern __sfr __at (0xfbd) CCP1CON;
 typedef union {
        struct {
                unsigned CCP1M0:1;
@@ -2173,13 +2173,13 @@ typedef union {
                unsigned :1;
                unsigned :1;
        };
-} CCP1CONbits_t;
+} __CCP1CONbits_t;
 
-extern volatile CCP1CONbits_t at 0xfbd CCP1CONbits;
+extern volatile __CCP1CONbits_t __at (0xfbd) CCP1CONbits;
 
-extern sfr at 0xfbe CCPR1L;
-extern sfr at 0xfbf CCPR1H;
-extern sfr at 0xfc1 ADCON1;
+extern __sfr __at (0xfbe) CCPR1L;
+extern __sfr __at (0xfbf) CCPR1H;
+extern __sfr __at (0xfc1) ADCON1;
 typedef union {
        struct {
                unsigned PCFG0:1;
@@ -2191,11 +2191,11 @@ typedef union {
                unsigned ADCS2:1;
                unsigned ADFM:1;
        };
-} ADCON1bits_t;
+} __ADCON1bits_t;
 
-extern volatile ADCON1bits_t at 0xfc1 ADCON1bits;
+extern volatile __ADCON1bits_t __at (0xfc1) ADCON1bits;
 
-extern sfr at 0xfc2 ADCON0;
+extern __sfr __at (0xfc2) ADCON0;
 typedef union {
        struct {
                unsigned ADON:1;
@@ -2207,13 +2207,13 @@ typedef union {
                unsigned ADCS0:1;
                unsigned ADCS1:1;
        };
-} ADCON0bits_t;
+} __ADCON0bits_t;
 
-extern volatile ADCON0bits_t at 0xfc2 ADCON0bits;
+extern volatile __ADCON0bits_t __at (0xfc2) ADCON0bits;
 
-extern sfr at 0xfc3 ADRESL;
-extern sfr at 0xfc4 ADRESH;
-extern sfr at 0xfc5 SSPCON2;
+extern __sfr __at (0xfc3) ADRESL;
+extern __sfr __at (0xfc4) ADRESH;
+extern __sfr __at (0xfc5) SSPCON2;
 typedef union {
        struct {
                unsigned SEN:1;
@@ -2225,11 +2225,11 @@ typedef union {
                unsigned ACKSTAT:1;
                unsigned GCEN:1;
        };
-} SSPCON2bits_t;
+} __SSPCON2bits_t;
 
-extern volatile SSPCON2bits_t at 0xfc5 SSPCON2bits;
+extern volatile __SSPCON2bits_t __at (0xfc5) SSPCON2bits;
 
-extern sfr at 0xfc6 SSPCON1;
+extern __sfr __at (0xfc6) SSPCON1;
 typedef union {
        struct {
                unsigned SSPM0:1;
@@ -2241,11 +2241,11 @@ typedef union {
                unsigned SSPOV:1;
                unsigned WCOL:1;
        };
-} SSPCON1bits_t;
+} __SSPCON1bits_t;
 
-extern volatile SSPCON1bits_t at 0xfc6 SSPCON1bits;
+extern volatile __SSPCON1bits_t __at (0xfc6) SSPCON1bits;
 
-extern sfr at 0xfc7 SSPSTAT;
+extern __sfr __at (0xfc7) SSPSTAT;
 typedef union {
        struct {
                unsigned BF:1;
@@ -2257,13 +2257,13 @@ typedef union {
                unsigned CKE:1;
                unsigned SMP:1;
        };
-} SSPSTATbits_t;
+} __SSPSTATbits_t;
 
-extern volatile SSPSTATbits_t at 0xfc7 SSPSTATbits;
+extern volatile __SSPSTATbits_t __at (0xfc7) SSPSTATbits;
 
-extern sfr at 0xfc8 SSPADD;
-extern sfr at 0xfc9 SSPBUF;
-extern sfr at 0xfca T2CON;
+extern __sfr __at (0xfc8) SSPADD;
+extern __sfr __at (0xfc9) SSPBUF;
+extern __sfr __at (0xfca) T2CON;
 typedef union {
        struct {
                unsigned T2CKPS0:1;
@@ -2275,13 +2275,13 @@ typedef union {
                unsigned TOUTPS3:1;
                unsigned :1;
        };
-} T2CONbits_t;
+} __T2CONbits_t;
 
-extern volatile T2CONbits_t at 0xfca T2CONbits;
+extern volatile __T2CONbits_t __at (0xfca) T2CONbits;
 
-extern sfr at 0xfcb PR2;
-extern sfr at 0xfcc TMR2;
-extern sfr at 0xfcd T1CON;
+extern __sfr __at (0xfcb) PR2;
+extern __sfr __at (0xfcc) TMR2;
+extern __sfr __at (0xfcd) T1CON;
 typedef union {
        struct {
                unsigned TMR1ON:1;
@@ -2293,13 +2293,13 @@ typedef union {
                unsigned :1;
                unsigned RD16:1;
        };
-} T1CONbits_t;
+} __T1CONbits_t;
 
-extern volatile T1CONbits_t at 0xfcd T1CONbits;
+extern volatile __T1CONbits_t __at (0xfcd) T1CONbits;
 
-extern sfr at 0xfce TMR1L;
-extern sfr at 0xfcf TMR1H;
-extern sfr at 0xfd0 RCON;
+extern __sfr __at (0xfce) TMR1L;
+extern __sfr __at (0xfcf) TMR1H;
+extern __sfr __at (0xfd0) RCON;
 typedef union {
        struct {
                unsigned BOR:1;
@@ -2311,11 +2311,11 @@ typedef union {
                unsigned :1;
                unsigned IPEN:1;
        };
-} RCONbits_t;
+} __RCONbits_t;
 
-extern volatile RCONbits_t at 0xfd0 RCONbits;
+extern volatile __RCONbits_t __at (0xfd0) RCONbits;
 
-extern sfr at 0xfd1 WDTCON;
+extern __sfr __at (0xfd1) WDTCON;
 typedef union {
        struct {
                unsigned SWDTEN:1;
@@ -2338,11 +2338,11 @@ typedef union {
                unsigned :1;
                unsigned :1;
        };
-} WDTCONbits_t;
+} __WDTCONbits_t;
 
-extern volatile WDTCONbits_t at 0xfd1 WDTCONbits;
+extern volatile __WDTCONbits_t __at (0xfd1) WDTCONbits;
 
-extern sfr at 0xfd2 LVDCON;
+extern __sfr __at (0xfd2) LVDCON;
 typedef union {
        struct {
                unsigned LVDL0:1;
@@ -2365,11 +2365,11 @@ typedef union {
                unsigned :1;
                unsigned :1;
        };
-} LVDCONbits_t;
+} __LVDCONbits_t;
 
-extern volatile LVDCONbits_t at 0xfd2 LVDCONbits;
+extern volatile __LVDCONbits_t __at (0xfd2) LVDCONbits;
 
-extern sfr at 0xfd3 OSCCON;
+extern __sfr __at (0xfd3) OSCCON;
 typedef union {
        struct {
                unsigned SCS:1;
@@ -2381,14 +2381,29 @@ typedef union {
                unsigned :1;
                unsigned :1;
        };
-} OSCCONbits_t;
+} __OSCCONbits_t;
 
-extern volatile OSCCONbits_t at 0xfd3 OSCCONbits;
+extern volatile __OSCCONbits_t __at (0xfd3) OSCCONbits;
 
-extern sfr at 0xfd5 T0CON;
-extern sfr at 0xfd6 TMR0L;
-extern sfr at 0xfd7 TMR0H;
-extern sfr at 0xfd8 STATUS;
+extern __sfr __at (0xfd5) T0CON;
+typedef union {
+       struct {
+               unsigned T0PS0:1;
+               unsigned T0PS1:1;
+               unsigned T0PS2:1;
+               unsigned PSA:1;
+               unsigned T0SE:1;
+               unsigned T0CS:1;
+               unsigned T08BIT:1;
+               unsigned TMR0ON:1;
+       };
+} __T0CONbits_t;
+
+extern volatile __T0CONbits_t __at (0xfd5) T0CONbits;
+
+extern __sfr __at (0xfd6) TMR0L;
+extern __sfr __at (0xfd7) TMR0H;
+extern __sfr __at (0xfd8) STATUS;
 typedef union {
        struct {
                unsigned C:1;
@@ -2400,34 +2415,34 @@ typedef union {
                unsigned :1;
                unsigned :1;
        };
-} STATUSbits_t;
+} __STATUSbits_t;
 
-extern volatile STATUSbits_t at 0xfd8 STATUSbits;
+extern volatile __STATUSbits_t __at (0xfd8) STATUSbits;
 
-extern sfr at 0xfd9 FSR2L;
-extern sfr at 0xfda FSR2H;
-extern sfr at 0xfdb PLUSW2;
-extern sfr at 0xfdc PREINC2;
-extern sfr at 0xfdd POSTDEC2;
-extern sfr at 0xfde POSTINC2;
-extern sfr at 0xfdf INDF2;
-extern sfr at 0xfe0 BSR;
-extern sfr at 0xfe1 FSR1L;
-extern sfr at 0xfe2 FSR1H;
-extern sfr at 0xfe3 PLUSW1;
-extern sfr at 0xfe4 PREINC1;
-extern sfr at 0xfe5 POSTDEC1;
-extern sfr at 0xfe6 POSTINC1;
-extern sfr at 0xfe7 INDF1;
-extern sfr at 0xfe8 WREG;
-extern sfr at 0xfe9 FSR0L;
-extern sfr at 0xfea FSR0H;
-extern sfr at 0xfeb PLUSW0;
-extern sfr at 0xfec PREINC0;
-extern sfr at 0xfed POSTDEC0;
-extern sfr at 0xfee POSTINC0;
-extern sfr at 0xfef INDF0;
-extern sfr at 0xff0 INTCON3;
+extern __sfr __at (0xfd9) FSR2L;
+extern __sfr __at (0xfda) FSR2H;
+extern __sfr __at (0xfdb) PLUSW2;
+extern __sfr __at (0xfdc) PREINC2;
+extern __sfr __at (0xfdd) POSTDEC2;
+extern __sfr __at (0xfde) POSTINC2;
+extern __sfr __at (0xfdf) INDF2;
+extern __sfr __at (0xfe0) BSR;
+extern __sfr __at (0xfe1) FSR1L;
+extern __sfr __at (0xfe2) FSR1H;
+extern __sfr __at (0xfe3) PLUSW1;
+extern __sfr __at (0xfe4) PREINC1;
+extern __sfr __at (0xfe5) POSTDEC1;
+extern __sfr __at (0xfe6) POSTINC1;
+extern __sfr __at (0xfe7) INDF1;
+extern __sfr __at (0xfe8) WREG;
+extern __sfr __at (0xfe9) FSR0L;
+extern __sfr __at (0xfea) FSR0H;
+extern __sfr __at (0xfeb) PLUSW0;
+extern __sfr __at (0xfec) PREINC0;
+extern __sfr __at (0xfed) POSTDEC0;
+extern __sfr __at (0xfee) POSTINC0;
+extern __sfr __at (0xfef) INDF0;
+extern __sfr __at (0xff0) INTCON3;
 typedef union {
        struct {
                unsigned INT1F:1;
@@ -2450,11 +2465,11 @@ typedef union {
                unsigned INT1IP:1;
                unsigned :1;
        };
-} INTCON3bits_t;
+} __INTCON3bits_t;
 
-extern volatile INTCON3bits_t at 0xff0 INTCON3bits;
+extern volatile __INTCON3bits_t __at (0xff0) INTCON3bits;
 
-extern sfr at 0xff1 INTCON2;
+extern __sfr __at (0xff1) INTCON2;
 typedef union {
        struct {
                unsigned RBIP:1;
@@ -2466,11 +2481,11 @@ typedef union {
                unsigned INTEDG0:1;
                unsigned RBPU:1;
        };
-} INTCON2bits_t;
+} __INTCON2bits_t;
 
-extern volatile INTCON2bits_t at 0xff1 INTCON2bits;
+extern volatile __INTCON2bits_t __at (0xff1) INTCON2bits;
 
-extern sfr at 0xff2 INTCON;
+extern __sfr __at (0xff2) INTCON;
 typedef union {
        struct {
                unsigned RBIF:1;
@@ -2482,20 +2497,30 @@ typedef union {
                unsigned PEIE:1;
                unsigned GIE:1;
        };
-} INTCONbits_t;
+       struct {
+               unsigned :1;
+               unsigned INT0IF:1;
+               unsigned TMR0IF:1;
+               unsigned :1;
+               unsigned INT0IE:1;
+               unsigned TMR0IE:1;
+               unsigned GIEL:1;
+               unsigned GIEH:1;
+       };
+} __INTCONbits_t;
 
-extern volatile INTCONbits_t at 0xff2 INTCONbits;
+extern volatile __INTCONbits_t __at (0xff2) INTCONbits;
 
-extern sfr at 0xff3 PRODL;
-extern sfr at 0xff4 PRODH;
-extern sfr at 0xff5 TABLAT;
-extern sfr at 0xff6 TBLPTRL;
-extern sfr at 0xff7 TBLPTRH;
-extern sfr at 0xff8 TBLPTRU;
-extern sfr at 0xff9 PCL;
-extern sfr at 0xffa PCLATH;
-extern sfr at 0xffb PCLATU;
-extern sfr at 0xffc STKPTR;
+extern __sfr __at (0xff3) PRODL;
+extern __sfr __at (0xff4) PRODH;
+extern __sfr __at (0xff5) TABLAT;
+extern __sfr __at (0xff6) TBLPTRL;
+extern __sfr __at (0xff7) TBLPTRH;
+extern __sfr __at (0xff8) TBLPTRU;
+extern __sfr __at (0xff9) PCL;
+extern __sfr __at (0xffa) PCLATH;
+extern __sfr __at (0xffb) PCLATU;
+extern __sfr __at (0xffc) STKPTR;
 typedef union {
        struct {
                unsigned STKPTR0:1;
@@ -2507,14 +2532,165 @@ typedef union {
                unsigned STKUNF:1;
                unsigned STKFUL:1;
        };
-} STKPTRbits_t;
-
-extern volatile STKPTRbits_t at 0xffc STKPTRbits;
-
-extern sfr at 0xffd TOSL;
-extern sfr at 0xffe TOSH;
-extern sfr at 0xfff TOSU;
+} __STKPTRbits_t;
+
+extern volatile __STKPTRbits_t __at (0xffc) STKPTRbits;
+
+extern __sfr __at (0xffd) TOSL;
+extern __sfr __at (0xffe) TOSH;
+extern __sfr __at (0xfff) TOSU;
+
+
+/* Configuration registers locations */
+#define __CONFIG1H     0x300001
+#define __CONFIG2L     0x300002
+#define __CONFIG2H     0x300003
+#define __CONFIG4L     0x300006
+#define __CONFIG5L     0x300008
+#define __CONFIG5H     0x300009
+#define __CONFIG6L     0x30000A
+#define __CONFIG6H     0x30000B
+#define __CONFIG7L     0x30000C
+#define __CONFIG7H     0x30000D
+
+
+
+/* Oscillator 1H options */
+#define _OSC_RC_OSC2_1H        0xFF    /* RC-OSC2 as RA6 */
+#define _OSC_HS_PLL_1H 0xFE    /* HS-PLL Enabled */
+#define _OSC_EC_OSC2_RA6_1H    0xFD    /* EC-OSC2 as RA6 */
+#define _OSC_EC_OSC2_Clock_Out_1H      0xFC    /* EC-OSC2 as Clock_Out */
+#define _OSC_RC_1H     0xFB    /* RC */
+#define _OSC_HS_1H     0xFA    /* HS */
+#define _OSC_XT_1H     0xF9    /* XT */
+#define _OSC_LP_1H     0xF8    /* LP */
+
+/* Osc. Switch Enable 1H options */
+#define _OSCS_OFF_1H   0xFF    /* Disabled */
+#define _OSCS_ON_1H    0xDF    /* Enabled */
+
+/* Power Up Timer 2L options */
+#define _PUT_OFF_2L    0xFF    /* Disabled */
+#define _PUT_ON_2L     0xFE    /* Enabled */
+
+/* Brown Out Detect 2L options */
+#define _BODEN_ON_2L   0xFF    /* Enabled */
+#define _BODEN_OFF_2L  0xFD    /* Disabled */
+
+/* Brown Out Voltage 2L options */
+#define _BODENV_2_0V_2L        0xFF    /* 2.0V */
+#define _BODENV_2_7V_2L        0xFB    /* 2.7V */
+#define _BODENV_4_2V_2L        0xF7    /* 4.2V */
+#define _BODENV_4_5V_2L        0xF3    /* 4.5V */
+
+/* Watchdog Timer 2H options */
+#define _WDT_ON_2H     0xFF    /* Enabled */
+#define _WDT_OFF_2H    0xFE    /* Disabled */
+
+/* Watchdog Postscaler 2H options */
+#define _WDTPS_1_128_2H        0xFF    /* 1:128 */
+#define _WDTPS_1_64_2H 0xFD    /* 1:64 */
+#define _WDTPS_1_32_2H 0xFB    /* 1:32 */
+#define _WDTPS_1_16_2H 0xF9    /* 1:16 */
+#define _WDTPS_1_8_2H  0xF7    /* 1:8 */
+#define _WDTPS_1_4_2H  0xF5    /* 1:4 */
+#define _WDTPS_1_2_2H  0xF3    /* 1:2 */
+#define _WDTPS_1_1_2H  0xF1    /* 1:1 */
+
+/* Low Voltage Program 4L options */
+#define _LVP_ON_4L     0xFF    /* Enabled */
+#define _LVP_OFF_4L    0xFB    /* Disabled */
+
+/* Background Debug 4L options */
+#define _BACKBUG_OFF_4L        0xFF    /* Disabled */
+#define _BACKBUG_ON_4L 0x7F    /* Enabled */
+
+/* Stack Overflow Reset 4L options */
+#define _STVR_ON_4L    0xFF    /* Enabled */
+#define _STVR_OFF_4L   0xFE    /* Disabled */
+
+/* Code Protect 00200-01FFF 5L options */
+#define _CP_0_OFF_5L   0xFF    /* Disabled */
+#define _CP_0_ON_5L    0xFE    /* Enabled */
+
+/* Code Protect 02000-03FFF 5L options */
+#define _CP_1_OFF_5L   0xFF    /* Disabled */
+#define _CP_1_ON_5L    0xFD    /* Enabled */
+
+/* Code Protect 04000-05FFF 5L options */
+#define _CP_2_OFF_5L   0xFF    /* Disabled */
+#define _CP_2_ON_5L    0xFB    /* Enabled */
+
+/* Code Protect 06000-07FFF 5L options */
+#define _CP_3_OFF_5L   0xFF    /* Disabled */
+#define _CP_3_ON_5L    0xF7    /* Enabled */
+
+/* Data EE Read Protect 5H options */
+#define _CPD_OFF_5H    0xFF    /* Disabled */
+#define _CPD_ON_5H     0x7F    /* Enabled */
+
+/* Code Protect Boot 5H options */
+#define _CPB_OFF_5H    0xFF    /* Disabled */
+#define _CPB_ON_5H     0xBF    /* Enabled */
+
+/* Table Write Protect 00200-01FFF 6L options */
+#define _WRT_0_OFF_6L  0xFF    /* Disabled */
+#define _WRT_0_ON_6L   0xFE    /* Enabled */
+
+/* Table Write Protect 02000-03FFF 6L options */
+#define _WRT_1_OFF_6L  0xFF    /* Disabled */
+#define _WRT_1_ON_6L   0xFD    /* Enabled */
+
+/* Table Write Protect 04000-05FFF 6L options */
+#define _WRT_2_OFF_6L  0xFF    /* Disabled */
+#define _WRT_2_ON_6L   0xFB    /* Enabled */
+
+/* Table Write Protect 06000-07FFF 6L options */
+#define _WRT_3_OFF_6L  0xFF    /* Disabled */
+#define _WRT_3_ON_6L   0xF7    /* Enabled */
+
+/* Data EE Write Protect 6H options */
+#define _WRTD_OFF_6H   0xFF    /* Disabled */
+#define _WRTD_ON_6H    0x7F    /* Enabled */
+
+/* Table Write Protect Boot 6H options */
+#define _WRTB_OFF_6H   0xFF    /* Disabled */
+#define _WRTB_ON_6H    0xBF    /* Enabled */
+
+/* Config. Write Protect 6H options */
+#define _WRTC_OFF_6H   0xFF    /* Disabled */
+#define _WRTC_ON_6H    0xDF    /* Enabled */
+
+/* Table Read Protect 00200-01FFF 7L options */
+#define _EBTR_0_OFF_7L 0xFF    /* Disabled */
+#define _EBTR_0_ON_7L  0xFE    /* Enabled */
+
+/* Table Read Protect 02000-03FFF 7L options */
+#define _EBTR_1_OFF_7L 0xFF    /* Disabled */
+#define _EBTR_1_ON_7L  0xFD    /* Enabled */
+
+/* Table Read Protect 04000-05FFF 7L options */
+#define _EBTR_2_OFF_7L 0xFF    /* Disabled */
+#define _EBTR_2_ON_7L  0xFB    /* Enabled */
+
+/* Table Read Protect 06000-07FFF 7L options */
+#define _EBTR_3_OFF_7L 0xFF    /* Disabled */
+#define _EBTR_3_ON_7L  0xF7    /* Enabled */
+
+/* Table Read Protect Boot 7H options */
+#define _EBTRB_OFF_7H  0xFF    /* Disabled */
+#define _EBTRB_ON_7H   0xBF    /* Enabled */
+
+
+/* Device ID locations */
+#define __IDLOC0       0x200000
+#define __IDLOC1       0x200001
+#define __IDLOC2       0x200002
+#define __IDLOC3       0x200003
+#define __IDLOC4       0x200004
+#define __IDLOC5       0x200005
+#define __IDLOC6       0x200006
+#define __IDLOC7       0x200007
 
 
 #endif
-