1diff --git a/include/uapi/linux/android/binder.h b/include/uapi/linux/android/binder.h 2index bfaec6903b8b..ec56de66f407 100644 3--- a/include/uapi/linux/android/binder.h 4+++ b/include/uapi/linux/android/binder.h 5@@ -27,6 +27,7 @@ 6 #define B_PACK_CHARS(c1, c2, c3, c4) \ 7 ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4)) 8 #define B_TYPE_LARGE 0x85 9+#define BINDER_IPC_32BIT 1 10 11 enum { 12 BINDER_TYPE_BINDER = B_PACK_CHARS('s', 'b', '*', B_TYPE_LARGE), 13