diff options
Diffstat (limited to 'third_party/ashmem/ashmem.h')
-rw-r--r-- | third_party/ashmem/ashmem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/ashmem/ashmem.h b/third_party/ashmem/ashmem.h index 708dd45..7d411cc 100644 --- a/third_party/ashmem/ashmem.h +++ b/third_party/ashmem/ashmem.h @@ -21,6 +21,7 @@ int ashmem_set_prot_region(int fd, int prot); int ashmem_pin_region(int fd, size_t offset, size_t len); int ashmem_unpin_region(int fd, size_t offset, size_t len); int ashmem_get_size_region(int fd); +int ashmem_purge_all(void); #ifdef __cplusplus } |