android_kernel_cmhtcleo/tools/perf/util/include/linux/prefetch.h

7 lines
134 B
C
Raw Normal View History

2010-08-27 09:19:57 +00:00
#ifndef PERF_LINUX_PREFETCH_H
#define PERF_LINUX_PREFETCH_H
static inline void prefetch(void *a __attribute__((unused))) { }
#endif