GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / alpha / include / asm / perf_event.h
blob4157cd3c44a96d2811410b334a35f11923ba6fbf
1 #ifndef __ASM_ALPHA_PERF_EVENT_H
2 #define __ASM_ALPHA_PERF_EVENT_H
4 /* Alpha only supports software events through this interface. */
5 extern void set_perf_event_pending(void);
7 #define PERF_EVENT_INDEX_OFFSET 0
9 #ifdef CONFIG_PERF_EVENTS
10 extern void init_hw_perf_events(void);
11 #else
12 static inline void init_hw_perf_events(void) { }
13 #endif
15 #endif /* __ASM_ALPHA_PERF_EVENT_H */