diff options
author | Linux Build Service Account <lnxbuild@qualcomm.com> | 2010-07-28 12:04:19 -0700 |
---|---|---|
committer | QuIC Gerrit Code Review <code-review@quicinc.com> | 2010-07-28 12:04:19 -0700 |
commit | 4525d0d8b2d58a0920e18f46c2a6ef1a1b091ed9 (patch) | |
tree | 153e538a115df461e90dad2a89d2e180a44801fa /libc | |
parent | e409accfe6738b18b7e80f643aac39475a891fe3 (diff) | |
parent | 6b2b3b2da472341641163505fd807f4b6c259c89 (diff) | |
download | bionic-4525d0d8b2d58a0920e18f46c2a6ef1a1b091ed9.zip bionic-4525d0d8b2d58a0920e18f46c2a6ef1a1b091ed9.tar.gz bionic-4525d0d8b2d58a0920e18f46c2a6ef1a1b091ed9.tar.bz2 |
Merge "Add flush and clean ioctls to ashmem driver" into froyoM7630AABBQMLZA2015
Diffstat (limited to 'libc')
-rw-r--r-- | libc/kernel/common/linux/ashmem.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/kernel/common/linux/ashmem.h b/libc/kernel/common/linux/ashmem.h index a57d1de..38f9e8c 100644 --- a/libc/kernel/common/linux/ashmem.h +++ b/libc/kernel/common/linux/ashmem.h @@ -43,4 +43,7 @@ struct ashmem_pin { #define ASHMEM_GET_PIN_STATUS _IO(__ASHMEMIOC, 9) #define ASHMEM_PURGE_ALL_CACHES _IO(__ASHMEMIOC, 10) +#define ASHMEM_CACHE_FLUSH_RANGE _IO(__ASHMEMIOC, 11) +#define ASHMEM_CACHE_CLEAN_RANGE _IO(__ASHMEMIOC, 12) + #endif |