[LinuxBIOS] r378 - LinuxBIOSv3/include/arch/x86

svn at openbios.org svn at openbios.org
Wed Jun 27 22:01:10 CEST 2007


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 at gmail.com>
Acked-by: Ronald G. Minnich <rminnich at 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 */





More information about the coreboot mailing list