* device/lib/pic/libm: NEW, added math library functions
[fw/sdcc] / device / include / pic / sdcc-lib.h
diff --git a/device/include/pic/sdcc-lib.h b/device/include/pic/sdcc-lib.h
new file mode 100644 (file)
index 0000000..df9f8ed
--- /dev/null
@@ -0,0 +1,26 @@
+
+/*
+ * sdcc-lib.h - SDCC Library Main Header
+ *
+ * This file is part of the GNU PIC Library.
+ *
+ * June, 2600: adopted for pic14
+ *     Raphael Neider <rneider at web.de>
+ *
+ * January, 2004
+ * The GNU PIC Library is maintained by,
+ *     Vangelis Rokas <vrokas@otenet.gr>
+ *
+ * $Id: sdcc-lib.h 3512 2004-10-01 14:32:06Z vrokas $
+ *
+ */
+
+/** Top level header file for the sdcc libraries that enables target
+    specific features.
+*/
+#ifndef __PIC14_SDCC_LIB_H
+#define __PIC14_SDCC_LIB_H     1
+
+#include <../asm/pic/features.h>
+
+#endif /* __PIC14_SDCC_LIB_H */