DS800C400 fun, improved ROM interface and tinibios
[fw/sdcc] / src / port.h
index 63500d49736aab51222af37b35b9f665d0ae123d..835b55fb5a73ab18631ff7a174b6a10a1a395a43 100644 (file)
@@ -149,6 +149,13 @@ typedef struct
       }
     mem;
 
+    struct
+      {
+         void (*genExtraAreaDeclaration)(FILE *, bool);
+         void (*genExtraAreaLinkOptions)(FILE *);
+      }
+    extraAreas;
+      
     /* stack related information */
     struct
       {
@@ -295,6 +302,4 @@ extern PORT xa51_port;
 extern PORT ds400_port;
 #endif
 
-#define DEFAULT_PORT   pic16_port
-
 #endif /* PORT_INCLUDE*/