summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/include/arch/byteorder.h
blob: 096ef7585ac06ad97cc0112431746541cc524a65 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef _BYTEORDER_H
#define _BYTEORDER_H

#define __LITTLE_ENDIAN 1234

#endif /* _BYTEORDER_H */