DS800C400 fun, improved ROM interface and tinibios
[fw/sdcc] / src / port.h
index f3101ed6b75710099d1219fe82a8963adccb56e3..835b55fb5a73ab18631ff7a174b6a10a1a395a43 100644 (file)
@@ -149,6 +149,13 @@ typedef struct
       }
     mem;
 
+    struct
+      {
+         void (*genExtraAreaDeclaration)(FILE *, bool);
+         void (*genExtraAreaLinkOptions)(FILE *);
+      }
+    extraAreas;
+      
     /* stack related information */
     struct
       {