Author: stepan Date: Sat Apr 3 17:41:27 2010 New Revision: 5355 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5355
Log: device_t wants device/device.h Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/src/southbridge/via/vt8237r/vt8237r.h
Modified: trunk/src/southbridge/via/vt8237r/vt8237r.h ============================================================================== --- trunk/src/southbridge/via/vt8237r/vt8237r.h Sat Apr 3 16:19:22 2010 (r5354) +++ trunk/src/southbridge/via/vt8237r/vt8237r.h Sat Apr 3 17:41:27 2010 (r5355) @@ -104,6 +104,7 @@ ;
#ifndef __PRE_RAM__ +#include <device/device.h> void writeback(struct device *dev, u16 where, u8 what); void dump_south(device_t dev); #endif