* device/lib/pic/libdev/*.c,
[fw/sdcc] / device / lib / pic / libdev / pic16f505.c
index e418e78f2d49cbad7fd7755f7c392cb14b8bd940..5a6482cea8e3cc5c2110cbe3ff94628003327d6d 100644 (file)
@@ -5,15 +5,15 @@
  */
 #include <pic16f505.h>
 
-data __at (INDF_ADDR) volatile char      INDF;
-sfr  __at (TMR0_ADDR)                    TMR0;
-data __at (PCL_ADDR) volatile char       PCL;
-sfr  __at (STATUS_ADDR)                  STATUS;
-sfr  __at (FSR_ADDR)                     FSR;
-sfr  __at (OSCCAL_ADDR)                  OSCCAL;
-sfr  __at (PORTB_ADDR)                   PORTB;
-sfr  __at (PORTC_ADDR)                   PORTC;
-sfr  __at (OPTION_REG_ADDR)              OPTION_REG;
+__data __at (INDF_ADDR) volatile char      INDF;
+__sfr  __at (TMR0_ADDR)                    TMR0;
+__data __at (PCL_ADDR) volatile char       PCL;
+__sfr  __at (STATUS_ADDR)                  STATUS;
+__sfr  __at (FSR_ADDR)                     FSR;
+__sfr  __at (OSCCAL_ADDR)                  OSCCAL;
+__sfr  __at (PORTB_ADDR)                   PORTB;
+__sfr  __at (PORTC_ADDR)                   PORTC;
+__sfr  __at (OPTION_REG_ADDR)              OPTION_REG;
 
 // 
 // bitfield definitions