Move the fs header file into include/fs 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@690 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Mark Cave-Ayland
2010-03-14 14:33:32 +00:00
committed by Mark Cave-Ayland
parent c112720b01
commit 9a1c40734c
8 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@
#include "openbios/config.h"
#include "openbios/bindings.h"
#include "openbios/fs.h"
#include "fs/fs.h"
#include "filesys.h"
#include "glue.h"
#include "libc/diskio.h"