Warning: This file is not a C or C++ file. It does not have highlighting.
| 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); |
| 7 |
Warning: This file is not a C or C++ file. It does not have highlighting.
