fe792ca818f64c4d9954e8b62e5f8064a5d5777e
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / alpha / include / asm / perf_event.h
1 #ifndef __ASM_ALPHA_PERF_EVENT_H
2 #define __ASM_ALPHA_PERF_EVENT_H
3
4 #ifdef CONFIG_PERF_EVENTS
5 extern void init_hw_perf_events(void);
6 #else
7 static inline void init_hw_perf_events(void)    { }
8 #endif
9
10 #endif /* __ASM_ALPHA_PERF_EVENT_H */