OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
include
/
linux
/
byteorder
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📄
big_endian.h
345 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
generic.h
6.11 KB
11/01/2022 04:52:05 PM
rw-r--r--
📄
little_endian.h
357 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: big_endian.h
Close
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _LINUX_BYTEORDER_BIG_ENDIAN_H #define _LINUX_BYTEORDER_BIG_ENDIAN_H #include <uapi/linux/byteorder/big_endian.h> #ifndef CONFIG_CPU_BIG_ENDIAN #warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN #endif #include <linux/byteorder/generic.h> #endif /* _LINUX_BYTEORDER_BIG_ENDIAN_H */