diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-01-20 21:38:17 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-01-20 21:38:17 +0000 |
commit | a829bfe882df00810912189384145fbdda10529d (patch) | |
tree | d9b6c930ff1bf2cabd98820e7da8938e5c3facbf /src/pc80 | |
parent | 5833f7c0e69df069aec918ba9f34b4a0fe0019f5 (diff) | |
download | coreboot-a829bfe882df00810912189384145fbdda10529d.tar.gz coreboot-a829bfe882df00810912189384145fbdda10529d.tar.bz2 coreboot-a829bfe882df00810912189384145fbdda10529d.zip |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pc80/i8259.c b/src/pc80/i8259.c index 8ebcd27dd1c9..a397e0e0d8d2 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 |