phytium_interrupt.h 276 B

1234567891011121314151617
  1. #ifndef PHYTIUM_INTERRUPT_H
  2. #define PHYTIUM_INTERRUPT_H
  3. #ifdef __cplusplus
  4. extern "C"
  5. {
  6. #endif
  7. #include "rtconfig.h"
  8. #if defined(TARGET_ARMV8_AARCH64)
  9. void phytium_interrupt_init(void);
  10. int phytium_aarch64_arm_gic_redist_init(void);
  11. #endif
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15. #endif