put extern keyword in front of declaration, make the compiler do it job
[coreboot.git] / src / mainboard / via / epia-m / chip.h
1 extern struct chip_control mainboard_via_epia_m_control;
2
3 struct mainboard_via_epia_m_config {
4         int nothing;
5 };