162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#include <linux/export.h>
362306a36Sopenharmony_ci#include <linux/compiler.h>
462306a36Sopenharmony_ci#include <uapi/linux/swab.h>
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci/* To silence -Wmissing-prototypes. */
762306a36Sopenharmony_ciunsigned int __bswapsi2(unsigned int u);
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciunsigned int notrace __bswapsi2(unsigned int u)
1062306a36Sopenharmony_ci{
1162306a36Sopenharmony_ci	return ___constant_swab32(u);
1262306a36Sopenharmony_ci}
1362306a36Sopenharmony_ciEXPORT_SYMBOL(__bswapsi2);
14