blob: 5cca27a4153297180b56e15765d042283b1cddd7 [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 */
10
Harvey Harrison156ca2b2009-01-06 14:56:23 -080011#include <asm/swab.h>
12#include <linux/byteorder/big_endian.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
Becky Brucea559c912005-09-27 14:28:56 -050014#endif /* _ASM_POWERPC_BYTEORDER_H */