mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-12 01:38:01 +00:00
This patch merges omap specific driver headers from N800 tree. Signed-off-by: Kai Svahn <kai.svahn@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
13 lines
249 B
C
13 lines
249 B
C
#ifndef _BLIZZARD_H
|
|
#define _BLIZZARD_H
|
|
|
|
struct blizzard_platform_data {
|
|
void (*power_up)(struct device *dev);
|
|
void (*power_down)(struct device *dev);
|
|
unsigned long (*get_clock_rate)(struct device *dev);
|
|
|
|
unsigned te_connected : 1;
|
|
};
|
|
|
|
#endif
|