| Index: third_party/ashmem/ashmem.h
|
| diff --git a/third_party/ashmem/ashmem.h b/third_party/ashmem/ashmem.h
|
| index 708dd452f9975e4ea33cc9798052d4913ed165a2..7d411cc064bac210cdc39f2558ae659e73b30d1b 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
|
| }
|
|
|