blob: 62f67889c52f095395144ece6860f1da495a4ba7 [file] [log] [blame]
#ifndef KVM__LINUX_PREFETCH_H
#define KVM__LINUX_PREFETCH_H
static inline void prefetch(void *a __attribute__((unused))) { }
#endif