Move memmap.h out of arch/i386; it no longer contains anything

architecture-dependent and is needed by the ELF code.
This commit is contained in:
Michael Brown
2007-01-11 14:08:44 +00:00
parent c6a4055fae
commit c980cdd0aa
3 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
#include <errno.h>
#include <realmode.h>
#include <bios.h>
#include <memmap.h>
#include <gpxe/memmap.h>
/**
* @file