* device/lib/Makefile.in: removed comment line with model-pic16,
[fw/sdcc] / device / include / pic16 / pic18fregs.h
1
2 /*
3  * pic18fregs.h - 18F Family Device Library 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$
12  *
13  */
14
15 #ifndef __PIC18FREGS_H__
16 #define __PIC18FREGS_H__
17
18
19 #if defined(pic18f242)
20 #  include <pic18f242.h>
21
22 #elif defined(pic18f248)
23 #  include <pic18f248.h>
24
25 #elif defined(pic18f252)
26 #  include <pic18f252.h>
27
28 #elif defined(pic18f258)
29 #  include <pic18f258.h>
30
31 #elif defined(pic18f442)
32 #  include <pic18f442.h>
33
34 #elif defined(pic18f448)
35 #  include <pic18f448.h>
36
37 #elif defined(pic18f452)
38 #  include <pic18f452.h>
39
40 #elif defined(pic18f458)
41 #  include <pic18f458.h>
42
43 #elif defined(pic18f1220)
44 #  include <pic18f1220.h>
45
46 #elif defined(pic18f6520)
47 #  include <pic18f6520.h>
48
49 #elif defined(pic18f6620)
50 #  include <pic18f6620.h>
51
52 #elif defined(pic18f6680)
53 #  include <pic18f6680.h>
54
55 #elif defined(pic18f6720)
56 #  include <pic18f6780.h>
57
58 #elif defined(pic18f8520)
59 #  include <pic18f8520.h>
60
61 #elif defined(pic18f8620)
62 #  include <pic18f8620.h>
63
64 #elif defined(pic18f8680)
65 #  include <pic18f8680.h>
66
67 #elif defined(pic18f8720)
68 #  include <pic18f8720.h>
69
70 #else
71 #  error Unsupported processor
72
73 #endif
74
75 #endif /* __PIC18FREGS_H__ */