Merge branches 'msm-fixes' and 'msm-video' of git://codeaurora.org/quic/kernel/dwalke...
[pandora-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 */