From c9250c6740d4aa32724115ddda166f191501b2df Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 3 Apr 2010 15:41:27 +0000 Subject: device_t wants device/device.h Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5355 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/via/vt8237r/vt8237r.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/southbridge') diff --git a/src/southbridge/via/vt8237r/vt8237r.h b/src/southbridge/via/vt8237r/vt8237r.h index 4e2484511e..d6c50053a6 100644 --- a/src/southbridge/via/vt8237r/vt8237r.h +++ b/src/southbridge/via/vt8237r/vt8237r.h @@ -104,6 +104,7 @@ __attribute__ ((packed)) ; #ifndef __PRE_RAM__ +#include void writeback(struct device *dev, u16 where, u8 what); void dump_south(device_t dev); #endif -- cgit v1.2.3