system.h 311 B

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