#include <reg51.h> is replaced by #include <8051.h>
authorbela <bela@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 14 Jun 2001 07:31:30 +0000 (07:31 +0000)
committerbela <bela@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 14 Jun 2001 07:31:30 +0000 (07:31 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@890 4a8a32a2-be11-0410-ad9d-d568d2c75423

device/lib/_autobaud.c
device/lib/_ser.c
device/lib/_setjmp.c
device/lib/printfl.c
device/lib/serial.c
sim/ucsim/s51.src/test_extit.c
sim/ucsim/s51.src/test_idlepd.c
sim/ucsim/s51.src/test_ser.c

index 6799f916e59bc2d8f30450506297f7f74a948858..86dfb36695512c5eacdf1ada30cb26cd2dc96558 100644 (file)
@@ -25,7 +25,7 @@
   You are forbidden to forbid anyone else to use, share and improve
   what you give them.   Help stamp out software-hoarding!
   -------------------------------------------------------------------------*/
-#include <reg51.h>
+#include <8051.h>
 /*
 ; To set the baud rate, use this formula or use autobaud()
 ; baud_const = 256 - (crystal / (12 * 16 * baud)) */
index 7a9504ca83a19d2365a1b2b99b0c335b194f79cc..74e0ce2518126e0b9c307130b056b3917510e0be 100644 (file)
@@ -29,7 +29,7 @@
 /*      $Id$    */
 
 
-#include <reg51.h>
+#include <8051.h>
 
 #include "ser.h"
 
index 89fad212580f98dc0889503e5f393f3de1e54cf4..f7d6d9d10b36507203b470433b86e95036b87d3e 100644 (file)
@@ -21,7 +21,7 @@
    You are forbidden to forbid anyone else to use, share and improve
    what you give them.   Help stamp out software-hoarding!  
 -------------------------------------------------------------------------*/
-#include <reg51.h>
+#include <8051.h>
 
 
 
index ec3b4523a20a2b66893a577eaa123c4d76c4c282..77b4cc4c13c893c1075e2ed1128c1e3e555d1b5b 100644 (file)
@@ -43,7 +43,7 @@
 #include <stdarg.h>
 #include <stdio.h>
 #ifndef __ds390
-#include <reg51.h> // for the SP
+#include <8051.h> // for the SP
 #endif
 
 static data volatile char ch;
index 3b3e2aa78cdb21a8351c3e8070b97a65a1f15c4a..a3bfc2570c02a75adf8ee6d6796112c274ffa8d7 100644 (file)
@@ -9,7 +9,7 @@
 //----------------------------------------------------------------------------
 
 //This module contains definition of I8051 registers
-#include "reg51.h"
+#include "8051.h"
 
 
 static unsigned char xdata stx_index_in, srx_index_in, stx_index_out, srx_index_out;
index f61fd41fc7c61dc2e6e798342af1017824c126fb..a3d7060e9e0d76b259a759be6a90e37b6727b02d 100644 (file)
@@ -1,4 +1,4 @@
-#include <reg51.h>
+#include <8051.h>
 
 sfr at 0xa6 WDTRST;
 
index 56b6aaaa0f9e6c6ffece84e15c9d872977fe5ef1..59b2f6eb08956dd369dd2dfab8cc4f177a75dd95 100644 (file)
@@ -1,4 +1,4 @@
-#include <reg51.h>
+#include <8051.h>
 
 sfr at 0xa6 WDTRST;
 
index 1af12abc9bd6ba62941c02aa7f49d1fbde37d99d..cac1c03f0288fb35b4431f6ce12ebff209391a35 100644 (file)
@@ -1,4 +1,4 @@
-#include <reg51.h>
+#include <8051.h>
 
 #define BUFSIZE 16
 #define T0H 0xfc