aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/android/binder.h')
-rw-r--r--include/uapi/linux/android/binder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/android/binder.h b/include/uapi/linux/android/binder.h
index 51f891fb1b18..7668b5791c91 100644
--- a/include/uapi/linux/android/binder.h
+++ b/include/uapi/linux/android/binder.h
@@ -132,6 +132,7 @@ enum {
132 132
133/* struct binder_fd_array_object - object describing an array of fds in a buffer 133/* struct binder_fd_array_object - object describing an array of fds in a buffer
134 * @hdr: common header structure 134 * @hdr: common header structure
135 * @pad: padding to ensure correct alignment
135 * @num_fds: number of file descriptors in the buffer 136 * @num_fds: number of file descriptors in the buffer
136 * @parent: index in offset array to buffer holding the fd array 137 * @parent: index in offset array to buffer holding the fd array
137 * @parent_offset: start offset of fd array in the buffer 138 * @parent_offset: start offset of fd array in the buffer
@@ -152,6 +153,7 @@ enum {
152 */ 153 */
153struct binder_fd_array_object { 154struct binder_fd_array_object {
154 struct binder_object_header hdr; 155 struct binder_object_header hdr;
156 __u32 pad;
155 binder_size_t num_fds; 157 binder_size_t num_fds;
156 binder_size_t parent; 158 binder_size_t parent;
157 binder_size_t parent_offset; 159 binder_size_t parent_offset;