Author: stepan
Date: 2009-01-20 22:38:17 +0100 (Tue, 20 Jan 2009)
New Revision: 3881

Added:
   trunk/coreboot-v2/src/include/pc80/i8259.h
Modified:
   trunk/coreboot-v2/src/pc80/i8259.c
Log:
add a header file for i8259.h (trivial)

Signed-off-by: Stefan Reinauer <[email protected]>
Acked-by: Stefan Reinauer <[email protected]>



Added: trunk/coreboot-v2/src/include/pc80/i8259.h
===================================================================
--- trunk/coreboot-v2/src/include/pc80/i8259.h                          (rev 0)
+++ trunk/coreboot-v2/src/include/pc80/i8259.h  2009-01-20 21:38:17 UTC (rev 
3881)
@@ -0,0 +1 @@
+void setup_i8259(void);

Modified: trunk/coreboot-v2/src/pc80/i8259.c
===================================================================
--- trunk/coreboot-v2/src/pc80/i8259.c  2009-01-20 21:36:39 UTC (rev 3880)
+++ trunk/coreboot-v2/src/pc80/i8259.c  2009-01-20 21:38:17 UTC (rev 3881)
@@ -1,4 +1,5 @@
 #include <arch/io.h>
+#include <pc80/i8259.h>
 /* code taken from: 
 !
 !      setup.S         Copyright (C) 1991, 1992 Linus Torvalds


--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to