Author: rminnich Date: 2007-06-27 22:01:10 +0200 (Wed, 27 Jun 2007) New Revision: 378
Modified: LinuxBIOSv3/include/arch/x86/cpu.h Log: Add a few functions. Signed-off-by: Ronald G. Minnich rminnich@gmail.com Acked-by: Ronald G. Minnich rminnich@gmail.com
Modified: LinuxBIOSv3/include/arch/x86/cpu.h =================================================================== --- LinuxBIOSv3/include/arch/x86/cpu.h 2007-06-27 19:57:48 UTC (rev 377) +++ LinuxBIOSv3/include/arch/x86/cpu.h 2007-06-27 20:01:10 UTC (rev 378) @@ -188,4 +188,11 @@ 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 */