mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
6 lines
149 B
C
6 lines
149 B
C
#ifndef _LIBLOCKDEP_LINUX_PREFETCH_H_
|
|
#define _LIBLOCKDEP_LINUX_PREFETCH_H
|
|
|
|
static inline void prefetch(void *a __attribute__((unused))) { }
|
|
|
|
#endif
|