Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 // Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
0003 
0004 #include <linux/export.h>
0005 #include <linux/compiler.h>
0006 #include <uapi/linux/swab.h>
0007 
0008 unsigned int notrace __bswapsi2(unsigned int u)
0009 {
0010     return ___constant_swab32(u);
0011 }
0012 EXPORT_SYMBOL(__bswapsi2);