mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-03 01:23:53 +08:00
6 lines
67 B
C++
6 lines
67 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
bool watchdog_kick(uint64_t ts);
|