Imported Upstream version 2.9.0
[debian/cc1111] / device / include / asm / pic / features.h
1 /*
2  * PIC14 port features.
3  *
4  * This file is part of the GNU PIC Library.
5  *
6  * June, 2006: adopted for pic14
7  *      Raphael Neider <rneider at web.de>
8  * 
9  * January, 2004
10  * The GNU PIC Library is maintained by,
11  *      Vangelis Rokas <vrokas@otenet.gr>
12  *
13  * $Id: features.h 4776 2007-04-29 13:15:51Z borutr $
14  *
15  */
16 #ifndef __PIC14_ASM_FEATURES_H
17 #define __PIC14_ASM_FEATURES_H   1
18
19 #define _REENTRANT
20
21 #define _IL_REENTRANT
22 #define _FS_REENTRANT
23 #define _MATH_REENTRANT
24
25 #define _CODE   __code
26 #define _DATA   __data
27 #define _AUTOMEM
28 #define _STATMEM
29
30 #endif  /* __PIC14_ASM_FEATURES_H */