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:
parent
5833f7c0e6
commit
a829bfe882
|
@ -0,0 +1 @@
|
|||
void setup_i8259(void);
|
|
@ -1,4 +1,5 @@
|
|||
#include <arch/io.h>
|
||||
#include <pc80/i8259.h>
|
||||
/* code taken from:
|
||||
!
|
||||
! setup.S Copyright (C) 1991, 1992 Linus Torvalds
|
||||
|
|
Loading…
Reference in New Issue