xref: /OK3568_Linux_fs/kernel/arch/nds32/include/uapi/asm/fp_udfiex_crtl.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 /* Copyright (C) 2005-2019 Andes Technology Corporation */
3 #ifndef	_FP_UDF_IEX_CRTL_H
4 #define	_FP_UDF_IEX_CRTL_H
5 
6 /*
7  * The cmd list of sys_fp_udfiex_crtl()
8  */
9 /* Disable UDF or IEX trap based on the content of parameter act */
10 #define DISABLE_UDF_IEX_TRAP	0
11 /* Enable UDF or IEX trap based on the content of parameter act */
12 #define ENABLE_UDF_IEX_TRAP	1
13 /* Get current status of UDF and IEX trap */
14 #define GET_UDF_IEX_TRAP	2
15 
16 #endif /* _FP_UDF_IEX_CRTL_H */
17