Sign in
nest-open-source
/
nest-learning-thermostat
/
5.8
/
linux
/
767a574a9e8a49b60a1184494958764b04757951
/
.
/
linux
/
arch
/
alpha
/
include
/
asm
/
perf_event.h
blob: fe792ca818f64c4d9954e8b62e5f8064a5d5777e [
file
] [
log
] [
blame
]
#ifndef
__ASM_ALPHA_PERF_EVENT_H
#define
__ASM_ALPHA_PERF_EVENT_H
#ifdef
CONFIG_PERF_EVENTS
extern
void
init_hw_perf_events
(
void
);
#else
static
inline
void
init_hw_perf_events
(
void
)
{
}
#endif
#endif
/* __ASM_ALPHA_PERF_EVENT_H */