From 4fa771e0159491dd1b0bc0ab0a30fa50270518c7 Mon Sep 17 00:00:00 2001 From: Arve Hjønnevåg Date: Thu, 30 Jan 2014 14:49:43 -0800 Subject: Staging: android: binder: Remove support for old 32 bit binder protocol. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I371072175a298282254a21ea69503b9d75633dc5 Signed-off-by: Arve Hjønnevåg Signed-off-by: Mister Oyster --- include/uapi/linux/android/binder.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include') diff --git a/include/uapi/linux/android/binder.h b/include/uapi/linux/android/binder.h index c653800b3..69cbd99fa 100644 --- a/include/uapi/linux/android/binder.h +++ b/include/uapi/linux/android/binder.h @@ -39,13 +39,8 @@ enum { FLAT_BINDER_FLAG_ACCEPTS_FDS = 0x100, }; -#ifdef BINDER_IPC_32BIT -typedef __u32 binder_size_t; -typedef __u32 binder_uintptr_t; -#else typedef __u64 binder_size_t; typedef __u64 binder_uintptr_t; -#endif /* * This is the flattened representation of a Binder object for transfer @@ -90,11 +85,7 @@ struct binder_version { }; /* This is the current protocol version. */ -#ifdef BINDER_IPC_32BIT -#define BINDER_CURRENT_PROTOCOL_VERSION 7 -#else #define BINDER_CURRENT_PROTOCOL_VERSION 8 -#endif #define BINDER_WRITE_READ _IOWR('b', 1, struct binder_write_read) #define BINDER_SET_IDLE_TIMEOUT _IOW('b', 3, __s64) -- cgit v1.2.3