summaryrefslogtreecommitdiff
path: root/include/linux/mfd/cros_ec.h
diff options
context:
space:
mode:
authorBenson Leung <bleung@chromium.org>2017-12-15 20:54:41 -0800
committerBenson Leung <bleung@chromium.org>2017-12-15 20:54:50 -0800
commit4398ef0ee62f3eb6d4b2f2acc69e098b3f4c3f81 (patch)
treed2a6eff73e8b621fd106e5742c48c435e08b5d7f /include/linux/mfd/cros_ec.h
parent50c4c4e268a2d7a3e58ebb698ac74da0de40ae36 (diff)
parent5e0115581bbc367c7958bf5ab8c511b808558533 (diff)
Merge branch 'ibs-for-chrome-platform-merged' into working-branch-for-4.16
Signed-off-by: Benson Leung <bleung@chromium.org>
Diffstat (limited to 'include/linux/mfd/cros_ec.h')
-rw-r--r--include/linux/mfd/cros_ec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mfd/cros_ec.h b/include/linux/mfd/cros_ec.h
index 4e887ba22635..c61535979b8f 100644
--- a/include/linux/mfd/cros_ec.h
+++ b/include/linux/mfd/cros_ec.h
@@ -322,6 +322,10 @@ extern struct attribute_group cros_ec_attr_group;
extern struct attribute_group cros_ec_lightbar_attr_group;
extern struct attribute_group cros_ec_vbc_attr_group;
+/* debugfs stuff */
+int cros_ec_debugfs_init(struct cros_ec_dev *ec);
+void cros_ec_debugfs_remove(struct cros_ec_dev *ec);
+
/* ACPI GPE handler */
#ifdef CONFIG_ACPI