OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
arch
/
c6x
/
include
/
uapi
/
asm
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:15 AM
rwxr-xr-x
📄
Kbuild
707 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
byteorder.h
328 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
ptrace.h
4.43 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
setup.h
193 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
sigcontext.h
1.89 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
swab.h
1.33 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
unistd.h
911 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: byteorder.h
Close
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _ASM_C6X_BYTEORDER_H #define _ASM_C6X_BYTEORDER_H #include <asm/types.h> #ifdef _BIG_ENDIAN #include <linux/byteorder/big_endian.h> #else /* _BIG_ENDIAN */ #include <linux/byteorder/little_endian.h> #endif /* _BIG_ENDIAN */ #endif /* _ASM_BYTEORDER_H */