From 952c03bdf5f25163a7daeeb7141a90c30bc26fce Mon Sep 17 00:00:00 2001 From: vrokas Date: Fri, 1 Oct 2004 14:31:24 +0000 Subject: [PATCH] device/include/asm/pic16/features.h: NEW git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@3511 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/include/asm/pic16/features.h | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 device/include/asm/pic16/features.h diff --git a/device/include/asm/pic16/features.h b/device/include/asm/pic16/features.h new file mode 100644 index 00000000..44535f2b --- /dev/null +++ b/device/include/asm/pic16/features.h @@ -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 + * + * $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 -- 2.47.2