aos.h 336 B

123456789101112131415161718192021222324
  1. /*
  2. * Copyright (C) 2019-2020 Alibaba Group Holding Limited
  3. */
  4. #ifndef AOS_AOS_H
  5. #define AOS_AOS_H
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. #include <aos/types.h>
  10. #include <aos/kernel.h>
  11. // #include <aos/kv.h>
  12. #include <aos/list.h>
  13. #include <aos/version.h>
  14. #include <aos/debug.h>
  15. #ifdef __cplusplus
  16. }
  17. #endif
  18. #endif /* AOS_AOS_H */