am 974e16cd: update linux/sync.h

* commit '974e16cd829b6f75a5861759e86c1c09768272f2':
  update linux/sync.h
This commit is contained in:
Erik Gilling 2012-08-21 19:11:07 -07:00 committed by Android Git Automerger
commit fed121126a

View File

@ -44,7 +44,7 @@ struct sync_fence_info_data {
__u8 pt_info[0];
};
#define SYNC_IOC_MAGIC '>'
#define SYNC_IOC_WAIT _IOW(SYNC_IOC_MAGIC, 0, __u32)
#define SYNC_IOC_WAIT _IOW(SYNC_IOC_MAGIC, 0, __s32)
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
#define SYNC_IOC_MERGE _IOWR(SYNC_IOC_MAGIC, 1, struct sync_merge_data)
#define SYNC_IOC_FENCE_INFO _IOWR(SYNC_IOC_MAGIC, 2, struct sync_fence_info_data)