Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
0002 #ifndef _ASM_POWERPC_BYTEORDER_H
0003 #define _ASM_POWERPC_BYTEORDER_H
0004 
0005 /*
0006  * This program is free software; you can redistribute it and/or
0007  * modify it under the terms of the GNU General Public License
0008  * as published by the Free Software Foundation; either version
0009  * 2 of the License, or (at your option) any later version.
0010  */
0011 #ifdef __LITTLE_ENDIAN__
0012 #include <linux/byteorder/little_endian.h>
0013 #else
0014 #include <linux/byteorder/big_endian.h>
0015 #endif
0016 
0017 #endif /* _ASM_POWERPC_BYTEORDER_H */