device_t wants device/device.h

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5355 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2010-04-03 15:41:27 +00:00 committed by Stefan Reinauer
parent 10dd8b4a08
commit c9250c6740
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ __attribute__ ((packed))
;
#ifndef __PRE_RAM__
#include <device/device.h>
void writeback(struct device *dev, u16 where, u8 what);
void dump_south(device_t dev);
#endif