summaryrefslogtreecommitdiffhomepage
path: root/Private/HALKit/AMD64/HalHardwareInit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/HALKit/AMD64/HalHardwareInit.cpp')
-rw-r--r--Private/HALKit/AMD64/HalHardwareInit.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/Private/HALKit/AMD64/HalHardwareInit.cpp b/Private/HALKit/AMD64/HalHardwareInit.cpp
deleted file mode 100644
index 43b15169..00000000
--- a/Private/HALKit/AMD64/HalHardwareInit.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * ========================================================
- *
- * HCore
- * Copyright Mahrouss Logic, all rights reserved.
- *
- * ========================================================
- */
-
-#include <ArchKit/ArchKit.hpp>
-
-// bugs = 0
-
-extern "C" HCore::UIntPtr* __EXEC_IVT;
-
-extern void rt_wait_for_io(void);
-
-namespace HCore {
-bool ke_init_hal() { return true; }
-} // namespace HCore