diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-05-01 23:56:58 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-01 23:56:58 -0700 |
| commit | a2c574ad5bf956f6816eb59098ad60b5f601a476 (patch) | |
| tree | c600ca29faa965ffb737e39ac17f4302d16a127f /include/uapi/linux | |
| parent | abb857483946d98ea332e7c85f00003973509ffa (diff) | |
| parent | 6a8855841643dd07e95f493d4b8b8fde6fd8f4c9 (diff) | |
Merge "esoc: mdm-4x: Add support for mdm9x45 and apq8096"
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/esoc_ctrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/esoc_ctrl.h b/include/uapi/linux/esoc_ctrl.h index 57266ed29fb3..d0743790e09c 100644 --- a/include/uapi/linux/esoc_ctrl.h +++ b/include/uapi/linux/esoc_ctrl.h @@ -7,6 +7,7 @@ #define ESOC_WAIT_FOR_REQ _IOR(ESOC_CODE, 2, unsigned int) #define ESOC_NOTIFY _IOW(ESOC_CODE, 3, unsigned int) #define ESOC_GET_STATUS _IOR(ESOC_CODE, 4, unsigned int) +#define ESOC_GET_ERR_FATAL _IOR(ESOC_CODE, 5, unsigned int) #define ESOC_WAIT_FOR_CRASH _IOR(ESOC_CODE, 6, unsigned int) #define ESOC_REG_REQ_ENG _IO(ESOC_CODE, 7) #define ESOC_REG_CMD_ENG _IO(ESOC_CODE, 8) |
