summaryrefslogtreecommitdiffstats
path: root/lock/util.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-04-11 11:54:06 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-04-11 11:54:06 +0800
commit00efdf295efb4da45e2e65807ea127c2193f993b (patch)
tree8f6b04aad8d0c5eb0cd670741dff4f7e4a3e9775 /lock/util.h
parent94ebd8da9b256dea2f30dc33c40a1494e39152f8 (diff)
downloadsmart-home-00efdf295efb4da45e2e65807ea127c2193f993b.tar.gz
WDT control code.
Diffstat (limited to 'lock/util.h')
-rw-r--r--lock/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lock/util.h b/lock/util.h
index 54dc66b..cb4e86f 100644
--- a/lock/util.h
+++ b/lock/util.h
@@ -9,6 +9,8 @@
#define WDLEN 32
+void wdt_init(void);
+
void keygen(char *buf, uint8_t n);
void xor(const char *k, const char *s, char *d, uint8_t n);