GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / tools / perf / util / include / linux / prefetch.h
blob7841e485d8c363cbfa8537fdd1fbada5dc9425ee
1 #ifndef PERF_LINUX_PREFETCH_H
2 #define PERF_LINUX_PREFETCH_H
4 static inline void prefetch(void *a __attribute__((unused))) { }
6 #endif