1b6a71ef7SJia Liu /* 2b6a71ef7SJia Liu * OpenRISC helper defines 3b6a71ef7SJia Liu * 4b6a71ef7SJia Liu * Copyright (c) 2011-2012 Jia Liu <proljc@gmail.com> 5b6a71ef7SJia Liu * 6b6a71ef7SJia Liu * This library is free software; you can redistribute it and/or 7b6a71ef7SJia Liu * modify it under the terms of the GNU Lesser General Public 8b6a71ef7SJia Liu * License as published by the Free Software Foundation; either 9b6a71ef7SJia Liu * version 2 of the License, or (at your option) any later version. 10b6a71ef7SJia Liu * 11b6a71ef7SJia Liu * This library is distributed in the hope that it will be useful, 12b6a71ef7SJia Liu * but WITHOUT ANY WARRANTY; without even the implied warranty of 13b6a71ef7SJia Liu * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14b6a71ef7SJia Liu * Lesser General Public License for more details. 15b6a71ef7SJia Liu * 16b6a71ef7SJia Liu * You should have received a copy of the GNU Lesser General Public 17b6a71ef7SJia Liu * License along with this library; if not, see <http://www.gnu.org/licenses/>. 18b6a71ef7SJia Liu */ 19b6a71ef7SJia Liu 20b6a71ef7SJia Liu #include "def-helper.h" 21b6a71ef7SJia Liu 221d7d4034SJia Liu /* exception */ 231d7d4034SJia Liu DEF_HELPER_FLAGS_2(exception, 0, void, env, i32) 241d7d4034SJia Liu 25b6a71ef7SJia Liu /* interrupt */ 26b6a71ef7SJia Liu DEF_HELPER_FLAGS_1(rfe, 0, void, env) 27b6a71ef7SJia Liu 28b6a71ef7SJia Liu #include "def-helper.h" 29