Li-Ta Lo 52f851dd1d put extern keyword in front of declaration, make the compiler do it job
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1545 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2004-04-30 23:11:23 +00:00

6 lines
108 B
C

extern struct chip_control mainboard_ibm_e325_control;
struct mainboard_ibm_e325_config {
int nothing;
};