irq_work: Add generic hardirq context callbacks
[deliverable/linux.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 */
This page took 0.05271 seconds and 5 git commands to generate.