treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / nds32 / include / uapi / asm / fp_udfiex_crtl.h
blobf17396db16ece076f26a48f423986d3bea729702
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
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
16 #endif /* _FP_UDF_IEX_CRTL_H */