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
This commit is contained in:
Stefan Reinauer 2009-01-20 21:38:17 +00:00 committed by Stefan Reinauer
parent 5833f7c0e6
commit a829bfe882
2 changed files with 2 additions and 0 deletions

1
src/include/pc80/i8259.h Normal file
View File

@ -0,0 +1 @@
void setup_i8259(void);

View File

@ -1,4 +1,5 @@
#include <arch/io.h>
#include <pc80/i8259.h>
/* code taken from:
!
! setup.S Copyright (C) 1991, 1992 Linus Torvalds