aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/lib/lockdep/uinclude/linux/prefetch.h
blob: d73fe6f850acff1d71064f3c90db84cb106ed6d4 (plain) (blame)
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