diff options
| author | Emilio López <emilio.lopez@collabora.co.uk> | 2015-09-21 09:38:22 -0400 |
|---|---|---|
| committer | Olof Johansson <olof@lixom.net> | 2015-10-07 18:05:53 -0400 |
| commit | 18800fc7a04e7df8a345e7ef4fc3064368276f83 (patch) | |
| tree | e70b6cb9f8db8bc4e94e022d3273984219893151 /include/linux | |
| parent | 7f5028cf6190407b7a632b0f30b83187577824cc (diff) | |
platform/chrome: Support reading/writing the vboot context
Some EC implementations include a small nvram space used to store
verified boot context data. This patch offers a way to expose this
data to userspace.
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Emilio López <emilio.lopez@collabora.co.uk>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mfd/cros_ec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/cros_ec.h b/include/linux/mfd/cros_ec.h index da72671a42fa..494682ce4bf3 100644 --- a/include/linux/mfd/cros_ec.h +++ b/include/linux/mfd/cros_ec.h | |||
| @@ -255,5 +255,6 @@ int cros_ec_query_all(struct cros_ec_device *ec_dev); | |||
| 255 | /* sysfs stuff */ | 255 | /* sysfs stuff */ |
| 256 | extern struct attribute_group cros_ec_attr_group; | 256 | extern struct attribute_group cros_ec_attr_group; |
| 257 | extern struct attribute_group cros_ec_lightbar_attr_group; | 257 | extern struct attribute_group cros_ec_lightbar_attr_group; |
| 258 | extern struct attribute_group cros_ec_vbc_attr_group; | ||
| 258 | 259 | ||
| 259 | #endif /* __LINUX_MFD_CROS_EC_H */ | 260 | #endif /* __LINUX_MFD_CROS_EC_H */ |
