Kernel  |  3.18

下载     查看原文件
C++程序  |  7行  |  149 B
#ifndef _LIBLOCKDEP_LINUX_PREFETCH_H_
#define _LIBLOCKDEP_LINUX_PREFETCH_H

static inline void prefetch(void *a __attribute__((unused))) { }

#endif