]> git.karo-electronics.de Git - mv-sheeva.git/blob - arch/alpha/include/asm/perf_event.h
irq_work: Add generic hardirq context callbacks
[mv-sheeva.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 */