Files
kvmtool/include/linux/prefetch.h
Sasha Levin c1b3d8d86e kvm tools: Add kernel headers required for using list
Adds kernel headers so that <linux/list.h> (and others) could be included
directly.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
2015-06-01 16:39:43 +01:00

7 lines
134 B
C

#ifndef KVM__LINUX_PREFETCH_H
#define KVM__LINUX_PREFETCH_H
static inline void prefetch(void *a __attribute__((unused))) { }
#endif