[FREELDR]: Do not build Disk/Partition support for ARM, we use ram disks.
[reactos.git] / reactos / boot / freeldr / freeldr / disk / disk.c
index 1ca0a94..16ee1be 100644 (file)
@@ -17,6 +17,7 @@
  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#ifndef _M_ARM
 #include <freeldr.h>
 #include <debug.h>
 
@@ -167,3 +168,5 @@ DiskNormalizeSystemPath(char *SystemPath, unsigned Size)
 
 // This function is in arch/i386/i386disk.c
 //ULONG DiskGetCacheableBlockCount(ULONG DriveNumber)
+
+#endif