watchdog.h 67 B

12345
  1. #pragma once
  2. #include <cstdint>
  3. bool watchdog_kick(uint64_t ts);