2005-09-27 19:28:56 +00:00
|
|
|
#ifndef _ASM_POWERPC_BYTEORDER_H
|
|
|
|
#define _ASM_POWERPC_BYTEORDER_H
|
2005-04-16 22:20:36 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* This program is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU General Public License
|
|
|
|
* as published by the Free Software Foundation; either version
|
|
|
|
* 2 of the License, or (at your option) any later version.
|
|
|
|
*/
|
2009-01-06 22:56:23 +00:00
|
|
|
#include <linux/byteorder/big_endian.h>
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2005-09-27 19:28:56 +00:00
|
|
|
#endif /* _ASM_POWERPC_BYTEORDER_H */
|