Add missing ashmem ioctl command definition
The definition of ASHMEM_GET_FILE_ID is missing, so add it.
Bug: 111903542
Change-Id: Ib7b3624d9bdc6f05918986753ce509e5f759599d
Signed-off-by: Isaac J. Manjarres <isaacmanjarres@google.com>
diff --git a/public/ioctl_defines b/public/ioctl_defines
index 1dd2e3d..777dfcc 100644
--- a/public/ioctl_defines
+++ b/public/ioctl_defines
@@ -24,6 +24,7 @@
define(`APEI_ERST_GET_RECORD_COUNT', `0x80044502')
define(`APM_IOC_STANDBY', `0x00004101')
define(`APM_IOC_SUSPEND', `0x00004102')
+define(`ASHMEM_GET_FILE_ID', `0x8008770b')
define(`ASHMEM_GET_NAME', `0x81007702')
define(`ASHMEM_GET_PIN_STATUS', `0x00007709')
define(`ASHMEM_GET_PROT_MASK', `0x00007706')