Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
d0b093a8b5ae34ee8be1f7e0dd197fe4788fa1d5
/
.
/
arch
/
arm
/
plat-omap
/
include
/
mach
/
blizzard.h
blob: 8d160f171372501b57175437a61aff498e4b6c9f [
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