]> Git Repo - linux.git/blob - tools/perf/util/include/linux/prefetch.h
x86, reboot: Add EFI and CF9 reboot methods into the default list
[linux.git] / tools / perf / util / include / linux / prefetch.h
1 #ifndef PERF_LINUX_PREFETCH_H
2 #define PERF_LINUX_PREFETCH_H
3
4 static inline void prefetch(void *a __attribute__((unused))) { }
5
6 #endif
This page took 0.0392 seconds and 4 git commands to generate.