summaryrefslogtreecommitdiff
path: root/tools/src/wdt.h
blob: 6a48601c48c94105d3d47c3765a7527a41589166 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: MIT */

#ifndef __WDT_H__
#define __WDT_H__

void wdt_disable(void);
void wdt_reboot(void);

#endif