tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / southbridge / ricoh / rl5c476 / rl5c476.h
blob7ab5faf9615ea148d2f3d48e05b2233ecd8ff000
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2004 Nick Barker <nick.barker9@btinternet.com>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
17 /* rl5c476 routines and defines*/
20 #include <stdint.h>
23 /* the 16 bit control structure for ricoh cardbus bridge */
24 typedef struct pc16reg {
25 u8 idrevs;
26 u8 ifstat;
27 u8 pwctrl;
28 u8 igctrl;
29 u8 cschg;
30 u8 cscint;
31 u8 awinen;
32 u8 ioctrl;
33 u8 iostl0;
34 u8 iosth0;
35 u8 iospl0;
36 u8 iosph0;
37 u8 iostl1;
38 u8 iosth1;
39 u8 iospl1;
40 u8 iosph1;
41 u8 smstl0;
42 u8 smsth0;
43 u8 smspl0;
44 u8 smsph0;
45 u8 moffl0;
46 u8 moffh0;
47 u8 cdgenc;
48 u8 resv1;
49 u8 smstl1;
50 u8 smsth1;
51 u8 smspl1;
52 u8 smsph1;
53 u8 moffl1;
54 u8 moffh1;
55 u8 glctrl;
56 u8 atctrl;
57 u8 smstl2;
58 u8 smsth2;
59 u8 smspl2;
60 u8 smsph2;
61 u8 moffl2;
62 u8 moffh2;
63 u8 resv2;
64 u8 resv3;
65 u8 smstl3;
66 u8 smsth3;
67 u8 smspl3;
68 u8 smsph3;
69 u8 moffl3;
70 u8 moffh3;
71 u8 resv4;
72 u8 miscc1;
73 u8 smstl4;
74 u8 smsth4;
75 u8 smspl4;
76 u8 smsph4;
77 u8 moffl4;
78 u8 moffh4;
79 u8 ioffl0;
80 u8 ioffh0;
81 u8 ioffl1;
82 u8 ioffh1;
83 u8 gpio;
84 u8 resv5;
85 u8 resv6;
86 u8 resv7;
87 u8 resv8;
88 u8 resv9;
89 u8 smpga0;
90 } __attribute__ ((packed)) pc16reg_t;