Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
5abd935661e01289ba143c3b2c1ba300c65bcc5f
/
.
/
arch
/
arm
/
plat-omap
/
include
/
plat
/
blizzard.h
blob: 56e7f2e7d12feedab90915e9dc8b0e7eed3c063b [
file
] [
log
] [
blame
]
#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