2954aef91c458c596c07291cbb3043c6da616c9d
[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 #else
44 #  error Unsupported processor
45
46 #endif
47
48 #endif /* __PIC18FREGS_H__ */