diff options
Diffstat (limited to 'roms/u-boot/arch/riscv/include/asm/system.h')
-rw-r--r-- | roms/u-boot/arch/riscv/include/asm/system.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/roms/u-boot/arch/riscv/include/asm/system.h b/roms/u-boot/arch/riscv/include/asm/system.h new file mode 100644 index 000000000..a34047582 --- /dev/null +++ b/roms/u-boot/arch/riscv/include/asm/system.h @@ -0,0 +1,17 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (C) 2017 Andes Technology Corporation + * Rick Chen, Andes Technology Corporation <rick@andestech.com> + */ + +#ifndef __ASM_RISCV_SYSTEM_H +#define __ASM_RISCV_SYSTEM_H + +/* + * Interrupt configuring macros. + * + * TODO + * + */ + +#endif /* __ASM_RISCV_SYSTEM_H */ |