prefetch.h 149 Bytes edit raw blame history 1 2 3 4 5 6 #ifndef _LIBLOCKDEP_LINUX_PREFETCH_H_ #define _LIBLOCKDEP_LINUX_PREFETCH_H static inline void prefetch(void *a __attribute__((unused))) { } #endif