Back to home page

OSCL-LXR

 
 

    


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