Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
cp-linux
/
8d8f6542b666daf5e87de156590e635c2c4da0c0
/
.
/
tools
/
lib
/
lockdep
/
uinclude
/
linux
/
prefetch.h
blob: d73fe6f850acff1d71064f3c90db84cb106ed6d4 [
file
] [
log
] [
blame
]
Kyle Swenson
8d8f654
2021-03-15 11:02:55 -0600
[
diff
] [
blame^
]
1
#ifndef
_LIBLOCKDEP_LINUX_PREFETCH_H_
2
#define
_LIBLOCKDEP_LINUX_PREFETCH_H
3
4
static
inline
void
prefetch
(
void
*
a __attribute__
((
unused
)))
{
}
5
6
#endif