diff options
author | merge <null@invalid> | 2009-01-08 18:50:16 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2009-01-08 18:50:16 +0000 |
commit | df0c7235850c9ce996acd3a513dd9ef35dcc5004 (patch) | |
tree | e77416f6fabcbb27a0c1f562b3fd21fdc96a8ad7 /include/linux | |
parent | 5fd2bf8e030456f6e8945d17f74548295d7436ea (diff) |
MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-this-patch-adds-platform_data-1231440460
pending-tracking-hist top was MERGE-via-stable-tracking-this-patch-adds-platform_data-1231440460 / fd9d8bd6cece9c29a1b018bdcbf92505253f7db2 ... parent commitmessage:
From: merge <null@invalid>
MERGE-via-stable-tracking-hist-this-patch-adds-platform_data-
stable-tracking-hist top was this-patch-adds-platform_data- / a0a705b1c61ac32b6eacb2d96d2483510428a50d ... parent commitmessage:
From: Matt Hsu <matt_hsu@openmoko.org>
This patch adds platform_data and callback of suspend/resume
Signed-off-by: Matt Hsu <matt_hsu@openmoko.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/lp5521.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/lp5521.h b/include/linux/lp5521.h new file mode 100644 index 00000000000..4515a02564c --- /dev/null +++ b/include/linux/lp5521.h @@ -0,0 +1,10 @@ +#ifndef _LINUX_LP5521_H_ +#define _LINUX_LP5521_H_ + +struct lp5521_platform_data { + + /* chip enable */ + void (*ext_enable)(int level); +}; + +#endif /* LINUX_LP5521_H */ |