aboutsummaryrefslogtreecommitdiffstats
path: root/libc/kernel/common/linux/ion.h
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2011-07-07 15:39:28 -0700
committerIliyan Malchev <malchev@google.com>2011-07-07 15:50:10 -0700
commit221595a085fc8fa4eed2c4143402a085aa931aed (patch)
tree0e8a59aa2ff5745c64d21933944c59421e648e48 /libc/kernel/common/linux/ion.h
parent681c4bd782369e0d42bd02d3ac38a8031270ad7e (diff)
downloadandroid_bionic-221595a085fc8fa4eed2c4143402a085aa931aed.tar.gz
android_bionic-221595a085fc8fa4eed2c4143402a085aa931aed.tar.bz2
android_bionic-221595a085fc8fa4eed2c4143402a085aa931aed.zip
bionic: update cleaned headers for ion
Change-Id: I5352e6c2b29a1c3c17eda531df397d8d3a63649a Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'libc/kernel/common/linux/ion.h')
-rw-r--r--libc/kernel/common/linux/ion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/kernel/common/linux/ion.h b/libc/kernel/common/linux/ion.h
index d04e84812..ac8b26483 100644
--- a/libc/kernel/common/linux/ion.h
+++ b/libc/kernel/common/linux/ion.h
@@ -29,10 +29,10 @@ enum ion_heap_type {
ION_HEAP_TYPE_CUSTOM,
ION_NUM_HEAPS,
};
-#define ION_HEAP_SYSTEM_MASK (1 << ION_HEAP_SYSTEM)
+#define ION_HEAP_SYSTEM_MASK (1 << ION_HEAP_TYPE_SYSTEM)
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
-#define ION_HEAP_SYSTEM_CONTIG_MASK (1 << ION_HEAP_SYSTEM_CONTIG)
-#define ION_HEAP_CARVEOUT_MASK (1 << ION_HEAP_CARVEOUT)
+#define ION_HEAP_SYSTEM_CONTIG_MASK (1 << ION_HEAP_TYPE_SYSTEM_CONTIG)
+#define ION_HEAP_CARVEOUT_MASK (1 << ION_HEAP_TYPE_CARVEOUT)
struct ion_allocation_data {
size_t len;
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */