Imported Upstream version 2.9.0
[debian/cc1111] / device / include / pic16 / 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  * January, 2004
8  * The GNU PIC Library is maintained by,
9  *      Vangelis Rokas <vrokas@otenet.gr>
10  *
11  * $Id: sdcc-lib.h 3512 2004-10-01 14:32:06Z vrokas $
12  *
13  */
14
15 /** Top level header file for the sdcc libraries that enables target
16     specific features.
17 */
18 #ifndef __PIC16_SDCC_LIB_H
19 #define __PIC16_SDCC_LIB_H      1
20
21 #include <../asm/pic16/features.h>
22
23 #endif