Sync trunk.
[reactos.git] / hal / halx86 / amd64 / x86bios.c
similarity index 99%
rename from hal/halx86/generic/amd64/x86bios.c
rename to hal/halx86/amd64/x86bios.c
index 3b43bf1..a814873 100644 (file)
@@ -12,7 +12,7 @@
 //#define NDEBUG
 #include <debug.h>
 
-#include "x86emu.h"
+//#include "x86emu.h"
 
 /* This page serves as fallback for pages used by Mm */
 #define DEFAULT_PAGE 0x21
@@ -216,6 +216,7 @@ x86BiosWriteMemory(
     return STATUS_SUCCESS;
 }
 
+#if 0
 BOOLEAN
 NTAPI
 x86BiosCall(
@@ -261,11 +262,13 @@ x86BiosCall(
 
     return TRUE;
 }
+#endif
 
 BOOLEAN
 NTAPI
 HalpBiosDisplayReset(VOID)
 {
+#if 0
     X86_BIOS_REGISTERS Registers;
     ULONG OldEflags;
 
@@ -283,7 +286,7 @@ HalpBiosDisplayReset(VOID)
 
     /* Restore previous flags */
     __writeeflags(OldEflags);
-
+#endif
     return TRUE;
 }