Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / arch / nds32 / include / uapi / asm / fp_udfiex_crtl.h
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 */