repo.or.cz
/
linux.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 6.14-rc1
[linux.git]
/
arch
/
hexagon
/
include
/
asm
/
syscalls.h
blob
40f2d08bec92ccd44e26de816bce432ec44be562
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
#include <asm-generic/syscalls.h>
4
5
asmlinkage
long
sys_hexagon_fadvise64_64
(
int
fd
,
int
advice
,
6
u32 a2
,
u32 a3
,
u32 a4
,
u32 a5
);