blob: 1442b57dd91b39a0fff884869009060ca83c8caf (
plain)
1
2
3
4
5
6
7
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _S390_BYTEORDER_H
#define _S390_BYTEORDER_H
#include <linux/byteorder/big_endian.h>
#endif /* _S390_BYTEORDER_H */
|