summaryrefslogtreecommitdiffstats
path: root/fpm.h
diff options
context:
space:
mode:
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 */