[coreboot] r3881 - in trunk/coreboot-v2/src: include/pc80 pc80

svn at coreboot.org svn at coreboot.org
Tue Jan 20 22:38:17 CET 2009


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 <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



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





More information about the coreboot mailing list