* src/SDCCmain.c (linkEdit): modifications only for pic16 port,
[fw/sdcc] / device / include / pic16 / pic18f448.h
index 78a38a470a3975067933b837a3c6eaff06e883d0..9bdf5d52d73fc74a8fd398f4b5160322c5ac27b5 100644 (file)
@@ -2860,4 +2860,15 @@ extern sfr at 0xfff TOSU;
 #define _EBTRB_ON_6H   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