mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 00:12:19 +03:00
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:
@@ -1,6 +1,6 @@
|
|||||||
#include <io.h>
|
#include <io.h>
|
||||||
#include <registers.h>
|
#include <registers.h>
|
||||||
#include <memmap.h>
|
#include <gpxe/memmap.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Originally by Eric Biederman
|
* Originally by Eric Biederman
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <realmode.h>
|
#include <realmode.h>
|
||||||
#include <bios.h>
|
#include <bios.h>
|
||||||
#include <memmap.h>
|
#include <gpxe/memmap.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#ifndef _MEMMAP_H
|
#ifndef _GPXE_MEMMAP_H
|
||||||
#define _MEMMAP_H
|
#define _GPXE_MEMMAP_H
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
@@ -31,4 +31,4 @@ struct memory_map {
|
|||||||
|
|
||||||
extern void get_memmap ( struct memory_map *memmap );
|
extern void get_memmap ( struct memory_map *memmap );
|
||||||
|
|
||||||
#endif /* _MEMMAP_H */
|
#endif /* _GPXE_MEMMAP_H */
|
||||||
Reference in New Issue
Block a user