* src/SDCCmain.c (linkEdit): modifications only for pic16 port,
[fw/sdcc] / device / include / pic16 / pic18f258.h
index 7865def727d5bcc1891cdfa589f6d73d056c29a4..99edb0df1a9c310c0cd535941f1bd49dccffacf2 100644 (file)
@@ -2657,4 +2657,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