mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-14 19:27:06 +00:00
db902ce01f
Signed-off-by: Hector Martin <marcan@marcan.st>
8 lines
105 B
C
8 lines
105 B
C
/* SPDX-License-Identifier: MIT */
|
|
|
|
#ifndef __WDT_H__
|
|
#define __WDT_H__
|
|
|
|
void wdt_disable(void);
|
|
|
|
#endif
|