blob: 7841e485d8c363cbfa8537fdd1fbada5dc9425ee [file] [log] [blame]
Arnaldo Carvalho de Melo5da50252009-07-01 14:46:08 -03001#ifndef PERF_LINUX_PREFETCH_H
2#define PERF_LINUX_PREFETCH_H
3
4static inline void prefetch(void *a __attribute__((unused))) { }
5
6#endif