mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-04-28 19:03:41 +00:00
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>
7 lines
134 B
C
7 lines
134 B
C
#ifndef KVM__LINUX_PREFETCH_H
|
|
#define KVM__LINUX_PREFETCH_H
|
|
|
|
static inline void prefetch(void *a __attribute__((unused))) { }
|
|
|
|
#endif
|