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.

17 lines
216 B

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