summaryrefslogtreecommitdiffhomepage
path: root/Private/NewBoot/BootKit/BootKit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'Private/NewBoot/BootKit/BootKit.hxx')
-rw-r--r--Private/NewBoot/BootKit/BootKit.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx
index 93f5c6e2..31acff3f 100644
--- a/Private/NewBoot/BootKit/BootKit.hxx
+++ b/Private/NewBoot/BootKit/BootKit.hxx
@@ -154,6 +154,10 @@ inline UInt32 In32(UInt16 port) {
return value;
}
+inline Void rt_hlt() {
+ asm volatile("hlt");
+}
+
#endif // __EFI_x86_64__
/***********************************************************************************/