]> git.gag.com Git - fw/sdcc/commitdiff
device/include/asm/pic16/features.h: NEW
authorvrokas <vrokas@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 1 Oct 2004 14:31:24 +0000 (14:31 +0000)
committervrokas <vrokas@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Fri, 1 Oct 2004 14:31:24 +0000 (14:31 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3511 4a8a32a2-be11-0410-ad9d-d568d2c75423

device/include/asm/pic16/features.h [new file with mode: 0644]

diff --git a/device/include/asm/pic16/features.h b/device/include/asm/pic16/features.h
new file mode 100644 (file)
index 0000000..44535f2
--- /dev/null
@@ -0,0 +1,24 @@
+/*
+ * PIC16 port features.
+ *
+ * This file is part of the GNU PIC Library.
+ *
+ * January, 2004
+ * The GNU PIC Library is maintained by,
+ *     Vangelis Rokas <vrokas@otenet.gr>
+ *
+ * $Id$
+ *
+ */
+#ifndef __PIC16_ASM_FEATURES_H
+#define __PIC16_ASM_FEATURES_H   1
+
+#if 0
+#define _IL_REENTRANT  reentrant
+#define _FS_REENTRANT  reentrant
+#else
+#define _IL_REENTRANT
+#define _FS_REENTRANT
+#endif
+
+#endif