Imported Upstream version 2.9.0
[debian/cc1111] / device / include / pic / sdcc-lib.h
1
2 /*
3  * sdcc-lib.h - SDCC Library Main Header
4  *
5  * This file is part of the GNU PIC Library.
6  *
7  * June, 2600: adopted for pic14
8  *      Raphael Neider <rneider at web.de>
9  *
10  * January, 2004
11  * The GNU PIC Library is maintained by,
12  *      Vangelis Rokas <vrokas@otenet.gr>
13  *
14  * $Id: sdcc-lib.h 4776 2007-04-29 13:15:51Z borutr $
15  *
16  */
17
18 /** Top level header file for the sdcc libraries that enables target
19     specific features.
20 */
21 #ifndef __PIC14_SDCC_LIB_H
22 #define __PIC14_SDCC_LIB_H      1
23
24 #include <../asm/pic/features.h>
25
26 #endif /* __PIC14_SDCC_LIB_H */