6 lines
67 B
C++
Executable File
6 lines
67 B
C++
Executable File
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
bool watchdog_kick(uint64_t ts);
|