summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/hidemem.h
diff options
context:
space:
mode:
authorMichael Brown2007-01-14 01:53:56 +0100
committerMichael Brown2007-01-14 01:53:56 +0100
commitdca369ddc33d5a7b068182a3ef6f1ca71fbf4960 (patch)
tree4af7aea56ba10175bb39c1964a144abf7875e1c5 /src/include/gpxe/hidemem.h
parentMake shutdown functions callable by OS image's exec methods. (diff)
downloadipxe-dca369ddc33d5a7b068182a3ef6f1ca71fbf4960.tar.gz
ipxe-dca369ddc33d5a7b068182a3ef6f1ca71fbf4960.tar.xz
ipxe-dca369ddc33d5a7b068182a3ef6f1ca71fbf4960.zip
Call hide_etherboot() from startup(), rather than requiring the prefix to
do it.
Diffstat (limited to 'src/include/gpxe/hidemem.h')
-rw-r--r--src/include/gpxe/hidemem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/hidemem.h b/src/include/gpxe/hidemem.h
index 547f88815..db867f1cb 100644
--- a/src/include/gpxe/hidemem.h
+++ b/src/include/gpxe/hidemem.h
@@ -17,6 +17,8 @@ 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 );