summaryrefslogtreecommitdiffstats
path: root/bcmdhd/dhdutil
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-02-13 13:07:39 -0800
committerColin Cross <ccross@android.com>2014-02-18 14:52:16 -0800
commitccb4a81d70ed19960cac1bb9178abae928b9c722 (patch)
tree7ecda7a80bd92e89e38f0b2053a3e3ebfe17dd45 /bcmdhd/dhdutil
parent87f2b74524fff1267218ff3b28c88d8fdc1f8776 (diff)
downloadhardware_broadcom_wlan-ccb4a81d70ed19960cac1bb9178abae928b9c722.zip
hardware_broadcom_wlan-ccb4a81d70ed19960cac1bb9178abae928b9c722.tar.gz
hardware_broadcom_wlan-ccb4a81d70ed19960cac1bb9178abae928b9c722.tar.bz2
broadcom/wlan: use 64-bit types for all 64-bit platforms
Change-Id: I00819e260abb9c75c167d1fe227a833682be1209
Diffstat (limited to 'bcmdhd/dhdutil')
-rw-r--r--bcmdhd/dhdutil/include/typedefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcmdhd/dhdutil/include/typedefs.h b/bcmdhd/dhdutil/include/typedefs.h
index 4c8d30c..314bf80 100644
--- a/bcmdhd/dhdutil/include/typedefs.h
+++ b/bcmdhd/dhdutil/include/typedefs.h
@@ -60,7 +60,7 @@
#endif /* ! __cplusplus */
-#if defined(__x86_64__)
+#ifdef __LP64__
#define TYPEDEF_UINTPTR
typedef unsigned long long int uintptr;
#endif