1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2018 Free Software Foundation, Inc.
6 #include <linux/linkage.h>
7 #include <asm-generic/export.h>
9 SYM_FUNC_START(__lshrti3)
29 SYM_FUNC_END(__lshrti3)
30 EXPORT_SYMBOL(__lshrti3)
32 SYM_FUNC_START(__ashrti3)
52 SYM_FUNC_END(__ashrti3)
53 EXPORT_SYMBOL(__ashrti3)
55 SYM_FUNC_START(__ashlti3)
75 SYM_FUNC_END(__ashlti3)
76 EXPORT_SYMBOL(__ashlti3)