system.h 311 B

123456789101112131415161718
  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. #ifndef __ASM_RISCV_SYSTEM_H
  8. #define __ASM_RISCV_SYSTEM_H
  9. /*
  10. * Interrupt configuring macros.
  11. *
  12. * TODO
  13. *
  14. */
  15. #endif /* __ASM_RISCV_SYSTEM_H */