OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
arch
/
microblaze
/
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
678 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
auxvec.h
64 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
byteorder.h
298 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
elf.h
3.25 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
posix_types.h
302 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
ptrace.h
1.78 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
setup.h
582 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
sigcontext.h
537 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
unistd.h
16.3 KB
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_MICROBLAZE_BYTEORDER_H #define _ASM_MICROBLAZE_BYTEORDER_H #ifdef __MICROBLAZEEL__ #include <linux/byteorder/little_endian.h> #else #include <linux/byteorder/big_endian.h> #endif #endif /* _ASM_MICROBLAZE_BYTEORDER_H */