Imported Upstream version 2.9.0
[debian/cc1111] / device / include / asm / pic16 / features.h
1 /*
2  * PIC16 port features.
3  *
4  * This file is part of the GNU PIC Library.
5  *
6  * January, 2004
7  * The GNU PIC Library is maintained by,
8  *      Vangelis Rokas <vrokas@otenet.gr>
9  *
10  * $Id: features.h 3714 2005-04-02 13:13:53Z vrokas $
11  *
12  */
13 #ifndef __PIC16_ASM_FEATURES_H
14 #define __PIC16_ASM_FEATURES_H   1
15
16 #define _REENTRANT
17
18 #define _IL_REENTRANT
19 #define _FS_REENTRANT
20 #define _MATH_REENTRANT
21
22 #define _CODE   __code
23 #define _DATA   __data
24 #define _AUTOMEM
25 #define _STATMEM
26
27 #endif  /* __PIC16_ASM_FEATURES_H */