![]() |
|
|||
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 long long notrace __bswapdi2(unsigned long long u) 0009 { 0010 return ___constant_swab64(u); 0011 } 0012 EXPORT_SYMBOL(__bswapdi2);
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |