aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndy Green <andy@openmoko.com>2008-11-19 17:09:46 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-19 17:09:46 +0000
commitd4f8c947ca4693e5a08c252bcd2f0bb6d1e99592 (patch)
tree1f53bc3e9914192b9aceed4278a8df1bc7c14269 /include
parent45fcad39f329506d3a18ef289792d1f8bdeb0a98 (diff)
introduce-pcf50633-resume-dependency-list.patch
Adds resume dependency support to pcf50633 Signed-off-by: Andy Green <andy@openmoko.com>
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 */