Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
b9da0571050c09863e59f94d0b8594a290d61b88
/
.
/
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 */