blob: ca931d0740003e71f786fcb15db16cdf53aaadb4 [file] [log] [blame]
Becky Brucea559c912005-09-27 14:28:56 -05001#ifndef _ASM_POWERPC_BYTEORDER_H
2#define _ASM_POWERPC_BYTEORDER_H
Linus Torvalds1da177e2005-04-16 15:20:36 -07003
4/*
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * as published by the Free Software Foundation; either version
8 * 2 of the License, or (at your option) any later version.
9 */
Ian Munsiec57a5ce2013-09-23 12:04:44 +100010#ifdef __LITTLE_ENDIAN__
11#include <linux/byteorder/little_endian.h>
12#else
Harvey Harrison156ca2b2009-01-06 14:56:23 -080013#include <linux/byteorder/big_endian.h>
Ian Munsiec57a5ce2013-09-23 12:04:44 +100014#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070015
Becky Brucea559c912005-09-27 14:28:56 -050016#endif /* _ASM_POWERPC_BYTEORDER_H */