/* SPDX-License-Identifier: GPL-2.0 */ | |
/* Copyright (C) 2005-2018 Andes Technology Corporation */ | |
#ifndef _ASM_SETFPUTRAP | |
#define _ASM_SETFPUTRAP | |
/* | |
* Options for setfputrap system call | |
*/ | |
#define DISABLE_UDFTRAP 0 /* disable underflow exception trap */ | |
#define ENABLE_UDFTRAP 1 /* enable undeflos exception trap */ | |
#define GET_UDFTRAP 2 /* only get undeflos exception trap status */ | |
#endif /* _ASM_CACHECTL */ |