Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
1a1603af2d56a01438ad35b68b31d027d147cf55
/
.
/
include
/
soc
/
samsung
/
acpm_helpers.h
blob: d266d3bc42fa05e51c6e1714f3b30ba1064e3916 [
file
] [
log
] [
blame
]
#ifndef
__ACPM_HELPERS_H__
#define
__ACPM_HELPERS_H__
#ifdef
CONFIG_ACPM_DVFS
extern
int
exynos_acpm_set_flag
(
void
);
#else
static
inline
int
exynos_acpm_set_flag
(
void
)
{
return
0
;
}
#endif
#endif