122851890Sopenharmony_cidiff --git a/include/uapi/linux/android/binder.h b/include/uapi/linux/android/binder.h 222851890Sopenharmony_ciindex ec84ad106568..9d7b05055726 100644 322851890Sopenharmony_ci--- a/include/uapi/linux/android/binder.h 422851890Sopenharmony_ci+++ b/include/uapi/linux/android/binder.h 522851890Sopenharmony_ci@@ -27,6 +27,7 @@ 622851890Sopenharmony_ci #define B_PACK_CHARS(c1, c2, c3, c4) \ 722851890Sopenharmony_ci ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4)) 822851890Sopenharmony_ci #define B_TYPE_LARGE 0x85 922851890Sopenharmony_ci+#define BINDER_IPC_32BIT 1 1022851890Sopenharmony_ci 1122851890Sopenharmony_ci enum { 1222851890Sopenharmony_ci BINDER_TYPE_BINDER = B_PACK_CHARS('s', 'b', '*', B_TYPE_LARGE), 13