Move the driver header files into include/drivers to synchronise with the code directory structure.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>


git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@692 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Mark Cave-Ayland
2010-03-14 15:19:41 +00:00
committed by Mark Cave-Ayland
parent 4a2c065e4f
commit da4cc1d0bd
28 changed files with 32 additions and 32 deletions

View File

@@ -19,7 +19,7 @@
#include "libc/byteorder.h"
#include "libc/vsprintf.h"
#include "openbios/drivers.h"
#include "drivers/drivers.h"
#include "asm/io.h"
#include "scsi.h"
#include "asm/dma.h"