cpuport.h 465 B

123456789101112131415161718192021222324252627
  1. /*
  2. * Copyright (c) 2006-2018, RT-Thread Development Team
  3. * Copyright (c) 2019-Present Nuclei Limited. All rights reserved.
  4. *
  5. * SPDX-License-Identifier: Apache-2.0
  6. *
  7. * Change Logs:
  8. * Date Author Notes
  9. * 2020/03/26 Huaqi Nuclei RISC-V Core porting code.
  10. */
  11. #ifndef __CPUPORT_H__
  12. #define __CPUPORT_H__
  13. #include <rtconfig.h>
  14. #include <nuclei_sdk_soc.h>
  15. #ifdef __cplusplus
  16. extern "C" {
  17. #endif
  18. #ifdef __cplusplus
  19. }
  20. #endif
  21. #endif