You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
242 B

2 years ago
  1. #pragma once
  2. //
  3. #include "osbasic_h.hpp"
  4. //
  5. #include "oscppdep.hpp"
  6. //
  7. #include "delay.hpp"
  8. //
  9. #include "mutex.hpp"
  10. //
  11. #include "ticket.hpp"
  12. extern "C" {
  13. typedef struct {
  14. uint32_t __reserved0;
  15. } zos_cfg_t;
  16. void zos_init(zos_cfg_t* cfg);
  17. }