summaryrefslogtreecommitdiffstats
path: root/src/arch/ppc64/include/arch/byteorder.h
blob: 248535804414c25e69402aa667af7015957f8123 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _BYTEORDER_H
#define _BYTEORDER_H

#define __LITTLE_ENDIAN 1234

#endif /* _BYTEORDER_H */