diff options
author | Dima Zavin <dima@android.com> | 2010-03-02 16:10:21 -0800 |
---|---|---|
committer | Dima Zavin <dima@android.com> | 2010-03-02 16:10:34 -0800 |
commit | bd9a90c443ee4582d2be1a68c6f3a2928d130ce4 (patch) | |
tree | bef82e19e97c17d7fededb5ebaf156dd960e31e3 /libc | |
parent | eb9d5ed3477ef8cd9ccfa424ea585541ea3af84a (diff) | |
download | bionic-bd9a90c443ee4582d2be1a68c6f3a2928d130ce4.zip bionic-bd9a90c443ee4582d2be1a68c6f3a2928d130ce4.tar.gz bionic-bd9a90c443ee4582d2be1a68c6f3a2928d130ce4.tar.bz2 |
libc: kernel: update pmem header with cache flush ioctl
Change-Id: Ied08844035d4526175dcdcb7f219f9f90c4679d2
Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'libc')
-rw-r--r-- | libc/kernel/common/linux/android_pmem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/kernel/common/linux/android_pmem.h b/libc/kernel/common/linux/android_pmem.h index bdf3aba..be0b342 100644 --- a/libc/kernel/common/linux/android_pmem.h +++ b/libc/kernel/common/linux/android_pmem.h @@ -23,6 +23,7 @@ #define PMEM_CONNECT _IOW(PMEM_IOCTL_MAGIC, 6, unsigned int) #define PMEM_GET_TOTAL_SIZE _IOW(PMEM_IOCTL_MAGIC, 7, unsigned int) +#define PMEM_CACHE_FLUSH _IOW(PMEM_IOCTL_MAGIC, 8, unsigned int) struct android_pmem_platform_data { |