blob: f50a1d6e337ac3fe3a13c2de8e7158bc17b0ff1e [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001// SPDX-License-Identifier: GPL-2.0
2// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
3
4#include <linux/export.h>
5#include <linux/compiler.h>
6#include <uapi/linux/swab.h>
7
8unsigned long long notrace __bswapdi2(unsigned long long u)
9{
10 return ___constant_swab64(u);
11}
12EXPORT_SYMBOL(__bswapdi2);