am fed12112: am 974e16cd: update linux/sync.h

* commit 'fed121126afa91eb04a073ecc1e42535b1b52d27':
  update linux/sync.h
This commit is contained in:
Erik Gilling 2012-08-21 19:14:12 -07:00 committed by Android Git Automerger
commit 98b62860cf

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)