1 /* 2 * Copyright (C) 2017 Andes Technology Corporation 3 * Rick Chen, Andes Technology Corporation <rick@andestech.com> 4 * 5 * SPDX-License-Identifier: GPL-2.0+ 6 */ 7 8 #ifndef __ASM_RISCV_SYSTEM_H 9 #define __ASM_RISCV_SYSTEM_H 10 11 /* 12 * Interrupt configuring macros. 13 * 14 * TODO 15 * 16 */ 17 18 #endif /* __ASM_RISCV_SYSTEM_H */ 19