]> git.gag.com Git - fw/sdcc/blobdiff - src/pic16/glue.h
* device/include/pic16/pic18f*.h: add bit aliases in INTCONbits_t
[fw/sdcc] / src / pic16 / glue.h
index 7df7587c71d25037cb416efaa4c57718a38b958b..3c8e04786ca737b2fb2b1ba0e0268e0861d82d35 100644 (file)
 #ifndef PIC16_GLUE_H
 #define PIC16_GLUE_H
 
+#include "SDCCset.h"
+
+extern set *pic16_localFunctions;
+
 void pic16glue (void);
+unsigned int pic16aopLiteral (value *val, int offset);
+int pic16_stringInSet(const char *str, set **world, int autoAdd);
 
 #endif