aboutsummaryrefslogtreecommitdiff
path: root/src/pc80
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-01-20 21:38:17 +0000
committerStefan Reinauer <stepan@openbios.org>2009-01-20 21:38:17 +0000
commita829bfe882df00810912189384145fbdda10529d (patch)
treed9b6c930ff1bf2cabd98820e7da8938e5c3facbf /src/pc80
parent5833f7c0e69df069aec918ba9f34b4a0fe0019f5 (diff)
add a header file for i8259.h (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3881 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/pc80')
-rw-r--r--src/pc80/i8259.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pc80/i8259.c b/src/pc80/i8259.c
index 8ebcd27dd1..a397e0e0d8 100644
--- a/src/pc80/i8259.c
+++ b/src/pc80/i8259.c
@@ -1,4 +1,5 @@
#include <arch/io.h>
+#include <pc80/i8259.h>
/* code taken from:
!
! setup.S Copyright (C) 1991, 1992 Linus Torvalds