aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/pcf50633.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/pcf50633.h b/include/linux/pcf50633.h
index c0fdbe8cca2..2bef616ec2d 100644
--- a/include/linux/pcf50633.h
+++ b/include/linux/pcf50633.h
@@ -2,6 +2,7 @@
#define _LINUX_PCF50633_H
#include <linux/pcf506xx.h>
+#include <linux/resume-dependency.h>
/* public in-kernel pcf50633 api */
@@ -124,6 +125,11 @@ pcf50633_battvolt(struct pcf50633_data *pcf);
extern int
pcf50633_report_resumers(struct pcf50633_data *pcf, char *buf);
+extern void
+pcf50633_register_resume_dependency(struct pcf50633_data *pcf,
+ struct pcf50633_resume_dependency *dep);
+
+
#define PCF50633_FEAT_EXTON 0x00000001 /* not yet supported */
#define PCF50633_FEAT_MBC 0x00000002
#define PCF50633_FEAT_BBC 0x00000004 /* not yet supported */