Add a few functions.

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@378 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Ronald G. Minnich 2007-06-27 20:01:10 +00:00
commit 1e3cd03815

View file

@ -188,4 +188,11 @@ static inline void disable_cache(void)
wbinvd();
}
/* random other functions. These are not architecture-specific, except they really
* are in many ways. Seperate the PC from the "X86" is hard.
*/
void uart_init(void);
void rtc_init(int invalid);
void isa_dma_init(void);
#endif /* ARCH_X86_CPU_H */