summaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-05-02 09:07:31 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-05-02 09:07:31 -0700
commitb899cb0b4c968cf78ec3e89673e507338893c1dd (patch)
tree1345c8436ac22bff04b8044af349e96e0fe0c180 /include/uapi/linux
parent6ed87c4ef6312a604398586a1d88abda0191997d (diff)
parente704eb52754a399c4b873b7e25c7ad0af3b431b0 (diff)
Merge "esoc: Add provision to handle shutdown request in userspace"
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/esoc_ctrl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/esoc_ctrl.h b/include/uapi/linux/esoc_ctrl.h
index d0743790e09c..c0680f327073 100644
--- a/include/uapi/linux/esoc_ctrl.h
+++ b/include/uapi/linux/esoc_ctrl.h
@@ -16,6 +16,7 @@
#define HSIC "HSIC"
#define HSICPCIe "HSIC+PCIe"
#define PCIe "PCIe"
+#define ESOC_REQ_SEND_SHUTDOWN ESOC_REQ_SEND_SHUTDOWN
enum esoc_evt {
ESOC_RUN_STATE = 0x1,
@@ -56,6 +57,7 @@ enum esoc_req {
ESOC_REQ_IMG = 1,
ESOC_REQ_DEBUG,
ESOC_REQ_SHUTDOWN,
+ ESOC_REQ_SEND_SHUTDOWN,
};
#ifdef __KERNEL__