Index: mec1308.c |
diff --git a/mec1308.c b/mec1308.c |
index df4c2f1777fa0ab1ef1c22e53b7495f6e2801fe3..c4db628d891ae93b21203d685bcff56a212ed81f 100644 |
--- a/mec1308.c |
+++ b/mec1308.c |
@@ -32,6 +32,7 @@ |
* EVEN IF GOOGLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. |
*/ |
+#if defined(__i386__) || defined(__x86_64__) |
Stefan Reinauer
2011/03/25 16:57:47
I think this decision should be made elsewhere. An
Louis
2011/03/29 07:55:02
hm... the code has be committed in David's CL.
O
|
#include <inttypes.h> |
#include <string.h> |
#include <unistd.h> |
@@ -441,3 +442,4 @@ int mec1308_spi_send_command(unsigned int writecnt, |
return 0; |
} |
+#endif |