sdk-hwV1.3/lichee/linux-4.9/tools/lib/lockdep/uinclude/linux/prefetch.h

7 lines
149 B
C
Raw Normal View History

2024-05-07 10:09:20 +00:00
#ifndef _LIBLOCKDEP_LINUX_PREFETCH_H_
#define _LIBLOCKDEP_LINUX_PREFETCH_H
static inline void prefetch(void *a __attribute__((unused))) { }
#endif