From 95bf86be342ea43a99fc7430480d527484d938f9 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 30 Apr 2010 20:30:47 +0000 Subject: Remove some warnings. For code that is called from the mainboard romstage.c files using prototypes is the way to go I think. It would make our life a lot easier should we ever decide to move (some mainboards) over to not #include all those .c files in romstage.c anymore. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5518 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/winbond/w83627hf/w83627hf.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/superio/winbond/w83627hf/w83627hf.h') diff --git a/src/superio/winbond/w83627hf/w83627hf.h b/src/superio/winbond/w83627hf/w83627hf.h index 56ade8feee..fa74cbd6df 100644 --- a/src/superio/winbond/w83627hf/w83627hf.h +++ b/src/superio/winbond/w83627hf/w83627hf.h @@ -109,3 +109,9 @@ #define W83627HF_HAP1 0x14 #define W83627HF_XSCNF 0x15 #define W83627HF_XWBCNF 0x16 + +#if defined(__PRE_RAM__) && !defined(__ROMCC__) +void w83627hf_disable_dev(device_t dev); +void w83627hf_enable_dev(device_t dev, unsigned iobase); +#endif + -- cgit v1.2.3