aboutsummaryrefslogtreecommitdiff
path: root/include/linux/glamofb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/glamofb.h')
-rw-r--r--include/linux/glamofb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/glamofb.h b/include/linux/glamofb.h
index bb4ed0afcc9..bb1a398adf7 100644
--- a/include/linux/glamofb.h
+++ b/include/linux/glamofb.h
@@ -32,6 +32,8 @@ struct glamofb_platform_data {
void (*glamo_set_mci_power)(unsigned char power_mode,
unsigned short vdd);
int (*glamo_irq_is_wired)(void);
+ void (*mci_suspending)(struct platform_device *dev);
+ int (*mci_all_dependencies_resumed)(struct platform_device *dev);
};
int glamofb_cmd_mode(struct glamofb_handle *gfb, int on);