sleepto.h 190 B

1234567891011121314
  1. #pragma once
  2. #include <stdint.h>
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. extern uint64_t gettime_100ns(void);
  7. extern bool sleepto_100ns(uint64_t time_target);
  8. #ifdef __cplusplus
  9. }
  10. #endif