sync with trunk (r46275)
[reactos.git] / boot / freeldr / freeldr / comm / rs232.c
index 3e3697a..0ef92ce 100644 (file)
@@ -18,6 +18,8 @@
  *  with this program; if not, write to the Free Software Foundation, Inc.,
  *  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
+#ifndef _M_ARM
 
 #include <freeldr.h>
 
@@ -285,3 +287,5 @@ BOOLEAN Rs232PortInUse(ULONG Base)
     return FALSE;
 #endif
 }
+
+#endif /* not _M_ARM */