diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2004-04-30 23:11:23 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2004-04-30 23:11:23 +0000 |
commit | 52f851dd1da8cefb3fb6e4795dc419d76d2b50b1 (patch) | |
tree | 7ce1f6a1fe5fed5ed4021d33310b8649f5c5d036 /src/mainboard/newisys | |
parent | d16753be863e6c5729af904f4034495b4a58efe9 (diff) |
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
Diffstat (limited to 'src/mainboard/newisys')
-rw-r--r-- | src/mainboard/newisys/khepri/chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/newisys/khepri/chip.h b/src/mainboard/newisys/khepri/chip.h index 44fefaf2d8..7e8ef5210a 100644 --- a/src/mainboard/newisys/khepri/chip.h +++ b/src/mainboard/newisys/khepri/chip.h @@ -1,4 +1,4 @@ -struct chip_control mainboard_newisys_khepri_control; +extern struct chip_control mainboard_newisys_khepri_control; struct mainboard_newisys_khepri_config { int nothing; |