yoc.h 278 B

12345678910111213141516171819202122
  1. /*
  2. * Copyright (C) 2019-2020 Alibaba Group Holding Limited
  3. */
  4. #ifndef YOC_YOC_H
  5. #define YOC_YOC_H
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. #include <yoc/lpm.h>
  10. // #include <yoc/partition.h>
  11. #include <yoc/init.h>
  12. #include <yoc/sysinfo.h>
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16. #endif