Sign in
android-kvm
/
linux
/
0964dbe60c98f483567ac9a1220f6ab01a15c954
/
.
/
arch
/
arm
/
plat-omap
/
include
/
mach
/
hwa742.h
blob: 577f492f2d3c713a7228aa6f260e66a483743835 [
file
] [
log
] [
blame
]
#ifndef
_HWA742_H
#define
_HWA742_H
struct
hwa742_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