summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/hidemem.h
diff options
context:
space:
mode:
authorMichael Brown2007-07-04 00:09:56 +0200
committerMichael Brown2007-07-04 00:09:56 +0200
commit89349d7fad252f0b36be4a764369e6dd40a2e692 (patch)
tree72b112d6152fadee77673994f1e92b82a9c506e8 /src/include/gpxe/hidemem.h
parentAdded missing line to set return status code. (diff)
downloadipxe-89349d7fad252f0b36be4a764369e6dd40a2e692.tar.gz
ipxe-89349d7fad252f0b36be4a764369e6dd40a2e692.tar.xz
ipxe-89349d7fad252f0b36be4a764369e6dd40a2e692.zip
Separated out initialisation functions from startup/shutdown functions.
Diffstat (limited to 'src/include/gpxe/hidemem.h')
-rw-r--r--src/include/gpxe/hidemem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gpxe/hidemem.h b/src/include/gpxe/hidemem.h
index db867f1cb..547f88815 100644
--- a/src/include/gpxe/hidemem.h
+++ b/src/include/gpxe/hidemem.h
@@ -17,8 +17,6 @@ enum hidemem_region_id {
EXTMEM,
};
-extern void hide_etherboot();
-extern void unhide_etherboot();
extern void hide_region ( unsigned int region_id, physaddr_t start,
physaddr_t end );