New target "hc08" for the Motorola 68hc08 family of micros
[fw/sdcc] / src / pic / glue.h
index 5150428fb7d618d9cbb9cb852ccf3d14db0f8f57..bd1cea98ef216b02ff2f6719033c2dc6414e32f5 100644 (file)
    You are forbidden to forbid anyone else to use, share and improve
    what you give them.   Help stamp out software-hoarding!  
 -------------------------------------------------------------------------*/
-#include "SDCCglobl.h"
-#include "SDCCmem.h"
 
-#ifndef SDCCGLUE_H
-#define SDCCGLUE_H 1
+#ifndef PIC_GLUE_H
+#define PIC_GLUE_H
 
-void glue();
-/* drdani Jan 30 2000
- This is needed in gen.c of z80 port */
-char *aopLiteral (value *, int);
+void picglue (void);
 
 #endif