me fix this before committing first. Signed-off-by: Yinghai Lu <yinghailu@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2469 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
6 lines
111 B
C
6 lines
111 B
C
extern struct chip_operations mainboard_iwill_dk8x_ops;
|
|
|
|
struct mainboard_iwill_dk8x_config {
|
|
int nothing;
|
|
};
|