summaryrefslogtreecommitdiffstats
path: root/include/binder/IMemory.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/binder/IMemory.h')
-rw-r--r--include/binder/IMemory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/binder/IMemory.h b/include/binder/IMemory.h
index 2d0db00..62ac9e3 100644
--- a/include/binder/IMemory.h
+++ b/include/binder/IMemory.h
@@ -36,7 +36,8 @@ public:
// flags returned by getFlags()
enum {
- READ_ONLY = 0x00000001
+ READ_ONLY = 0x00000001,
+ USE_ION_FD = 0x00000008
};
virtual int getHeapID() const = 0;