try this one.

ron
arch library file
inluded in include/lib.h
Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]>

Index: include/lib.h
===================================================================
--- include/lib.h	(revision 364)
+++ include/lib.h	(working copy)
@@ -37,4 +37,5 @@
 void ram_failure(const char *why);
 void ram_initialize(int controllers, void *ctrl);
 
+#include <arch/lib.h>
 #endif /* LIB_H */
Index: include/arch/x86/arch/lib.h
===================================================================
--- include/arch/x86/arch/lib.h	(revision 0)
+++ include/arch/x86/arch/lib.h	(revision 0)
@@ -0,0 +1,26 @@
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2007 Ron Minnich 
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; version 2 of the License.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
+
+#ifndef ARCH_X86_LIB_H
+#define ARCH_X86_LIB_H
+void uart_init(void);
+void rtc_init(int invalid);
+void isa_dma_init(void);
+
+#endif /* ARCH_X86_LIB_H */
-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to