X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fport.h;h=835b55fb5a73ab18631ff7a174b6a10a1a395a43;hb=856b88b89030bb496aaf9e21e39d98e5b48b9869;hp=f3101ed6b75710099d1219fe82a8963adccb56e3;hpb=b1e6c68c30c3738dce2127d500f505c865334f12;p=fw%2Fsdcc diff --git a/src/port.h b/src/port.h index f3101ed6..835b55fb 100644 --- a/src/port.h +++ b/src/port.h @@ -149,6 +149,13 @@ typedef struct } mem; + struct + { + void (*genExtraAreaDeclaration)(FILE *, bool); + void (*genExtraAreaLinkOptions)(FILE *); + } + extraAreas; + /* stack related information */ struct {