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:
parent
10dd8b4a08
commit
c9250c6740
|
@ -104,6 +104,7 @@ __attribute__ ((packed))
|
||||||
;
|
;
|
||||||
|
|
||||||
#ifndef __PRE_RAM__
|
#ifndef __PRE_RAM__
|
||||||
|
#include <device/device.h>
|
||||||
void writeback(struct device *dev, u16 where, u8 what);
|
void writeback(struct device *dev, u16 where, u8 what);
|
||||||
void dump_south(device_t dev);
|
void dump_south(device_t dev);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue