From: vrokas Date: Fri, 1 Oct 2004 14:31:24 +0000 (+0000) Subject: device/include/asm/pic16/features.h: NEW X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=952c03bdf5f25163a7daeeb7141a90c30bc26fce;p=fw%2Fsdcc 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 --- 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