Index: wpce775x.c |
diff --git a/wpce775x.c b/wpce775x.c |
index 264f3fe4e97fdf5b7e9b8e99d7182638aad9bbff..6aa93552d4e29c8147c0532b9d656e44ec253b00 100644 |
--- a/wpce775x.c |
+++ b/wpce775x.c |
@@ -38,6 +38,7 @@ |
* http://sourceforge.net/projects/nuvflashupdate/ |
*/ |
+#if defined(__i386__) || defined(__x86_64__) |
#include <assert.h> |
#include <string.h> |
#include <sys/time.h> |
@@ -939,3 +940,4 @@ int wpce775x_spi_send_command(unsigned int writecnt, unsigned int readcnt, |
msg_pdbg("%s: opcode: 0x%02x\n", __func__, opcode); |
return rc; |
} |
+#endif |