summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYong Ding <yongding@codeaurora.org>2018-06-26 14:37:01 +0800
committerYong Ding <yongding@codeaurora.org>2018-06-26 14:49:59 +0800
commitad106a695ea19e6203c43e8f6c864444e8867167 (patch)
tree5cb4a790efe372fcd1f59a5558b45bea310e45e8 /include
parentc7a3fb0e9b4f6fe4139652bf46991dbed67a97bc (diff)
soc: qcom: hab: increase the maximum size of message
Previously, the supported maximum size of message sent over hab was 4K bytes. Now, it is increased to 0xFFFF bytes. Change-Id: I3b539e42df2f5c5d3be4bbac7084adeb198c9a0b Signed-off-by: Yong Ding <yongding@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/uapi/linux/hab_ioctl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/linux/hab_ioctl.h b/include/uapi/linux/hab_ioctl.h
index 83b5da236888..70e16433044e 100644
--- a/include/uapi/linux/hab_ioctl.h
+++ b/include/uapi/linux/hab_ioctl.h
@@ -69,7 +69,6 @@ struct hab_info {
};
#define HAB_IOC_TYPE 0x0A
-#define HAB_MAX_MSG_SIZEBYTES 0x1000
#define IOCTL_HAB_SEND \
_IOW(HAB_IOC_TYPE, 0x2, struct hab_send)