m1n1/src/wdt.h
Hector Martin db902ce01f wdt: move WDT disable code to wdt.c & use ADT regs
Signed-off-by: Hector Martin <marcan@marcan.st>
2021-01-28 23:48:35 +09:00

8 lines
105 B
C

/* SPDX-License-Identifier: MIT */
#ifndef __WDT_H__
#define __WDT_H__
void wdt_disable(void);
#endif