From 183d0a57a292a33d92baa099b14425805a94306d Mon Sep 17 00:00:00 2001 From: Ajay Dudani Date: Wed, 29 Aug 2012 10:26:04 -0700 Subject: [PATCH] Update msm_ion.h ioctls so they dont conflict with ion.h Change-Id: Ib6ffcc147e39b3f9f2eb9a8ed403b74d99bc755f Signed-off-by: Iliyan Malchev --- libc/kernel/common/linux/msm_ion.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libc/kernel/common/linux/msm_ion.h b/libc/kernel/common/linux/msm_ion.h index b6625f636..5e85ea1fd 100644 --- a/libc/kernel/common/linux/msm_ion.h +++ b/libc/kernel/common/linux/msm_ion.h @@ -96,10 +96,10 @@ struct ion_flag_data { unsigned long flags; }; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ -#define ION_IOC_CLEAN_CACHES _IOWR(ION_IOC_MAGIC, 7, struct ion_flush_data) -#define ION_IOC_INV_CACHES _IOWR(ION_IOC_MAGIC, 8, struct ion_flush_data) -#define ION_IOC_CLEAN_INV_CACHES _IOWR(ION_IOC_MAGIC, 9, struct ion_flush_data) -#define ION_IOC_GET_FLAGS _IOWR(ION_IOC_MAGIC, 10, struct ion_flag_data) +#define ION_IOC_CLEAN_CACHES _IOWR(ION_IOC_MAGIC, 20, struct ion_flush_data) +#define ION_IOC_INV_CACHES _IOWR(ION_IOC_MAGIC, 21, struct ion_flush_data) +#define ION_IOC_CLEAN_INV_CACHES _IOWR(ION_IOC_MAGIC, 22, struct ion_flush_data) +#define ION_IOC_GET_FLAGS _IOWR(ION_IOC_MAGIC, 23, struct ion_flag_data) /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ #endif