1 /* SPDX-License-Identifier: GPL-2.0 */
4 #include <asm/export.h>
5 #include <linux/linkage.h>
8 * unsigned long native_save_fl(void)
14 ENDPROC(native_save_fl)
15 EXPORT_SYMBOL(native_save_fl)
18 * void native_restore_fl(unsigned long flags)
21 ENTRY(native_restore_fl)
25 ENDPROC(native_restore_fl)
26 EXPORT_SYMBOL(native_restore_fl)