summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRebecca Schultz Zavin <rebecca@android.com>2013-01-16 11:38:59 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-01-16 11:39:07 -0800
commit1cde81a92696347e54ec92b9e813af89ae15fa67 (patch)
tree0655abeb42c5154340c887988056a2a922a6bc47 /include
parentafd4d5db363a7bd9495e346b3d47a0dbd699a32e (diff)
parent88c9cff4734fb44e5b02ead6e45cc8cc163e790a (diff)
downloadexynos5-1cde81a92696347e54ec92b9e813af89ae15fa67.tar.gz
Merge "Add chunk heap, use it for gralloc buffers"
Diffstat (limited to 'include')
-rw-r--r--include/ion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ion.h b/include/ion.h
index 0c6045e..e790cb4 100644
--- a/include/ion.h
+++ b/include/ion.h
@@ -20,6 +20,7 @@
#include <unistd.h> /* size_t */
#define ION_FLAG_CACHED 1
+#define ION_FLAG_CACHED_NEEDS_SYNC 2
#define ION_HEAP_SYSTEM_MASK (1 << 0)
#define ION_HEAP_SYSTEM_CONTIG_MASK (1 << 1)