summaryrefslogtreecommitdiffstats
path: root/fpm.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-05-03 08:58:39 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-05-03 08:58:39 +0800
commitc7e275f2214cff86fa98da9a12c92b685351aad5 (patch)
treeba8f6e12632d2280d14dc7a7493e54cf4b648b27 /fpm.h
parent295f799ec9b7167063e10ca78caf2ceca6227040 (diff)
downloadavr-fpm-drivers-c7e275f2214cff86fa98da9a12c92b685351aad5.tar.gz
Get template count.
Diffstat (limited to 'fpm.h')
-rw-r--r--fpm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fpm.h b/fpm.h
index fd3b05c..8fae397 100644
--- a/fpm.h
+++ b/fpm.h
@@ -17,6 +17,8 @@ uint8_t fpm_init(void);
uint8_t fpm_getcfg(struct fpm_config *cfg);
-uint8_t fpm_setpwd();
+uint8_t fpm_setpwd(uint32_t pwd);
+
+uint16_t fpm_getcount(void);
#endif /* FPM_H */