// SPDX-License-Identifier: GPL-2.0 #include #include #include /* To silence -Wmissing-prototypes. */ unsigned long long __bswapdi2(unsigned long long u); unsigned long long notrace __bswapdi2(unsigned long long u) { return ___constant_swab64(u); } EXPORT_SYMBOL(__bswapdi2); der'> cgit logo index : linux-net-next.git
Unnamed repository; edit this file 'description' to name the repository.Russell King
summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masternet: mvpp2: use resolved link config in mac_link_up()Russell King5 years