summaryrefslogtreecommitdiffstats
path: root/fpm10a.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpm10a.h')
-rw-r--r--fpm10a.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/fpm10a.h b/fpm10a.h
deleted file mode 100644
index f165958..0000000
--- a/fpm10a.h
+++ /dev/null
@@ -1,30 +0,0 @@
-#ifndef FPM_H
-#define FPM_H
-
-#include <stdint.h>
-
-struct fpm_cfg {
- uint16_t status;
- uint16_t sysid;
- uint16_t cap;
- uint16_t sec_level;
- uint8_t addr[4];
- uint16_t pkt_size;
- uint16_t baud;
-};
-
-uint8_t fpm_init(void);
-
-uint8_t fpm_getcfg(struct fpm_cfg *cfg);
-
-uint8_t fpm_setpwd(uint32_t pwd);
-
-uint16_t fpm_getcount(void);
-
-uint8_t fpm_enroll(void);
-
-uint8_t fpm_match(void);
-
-uint8_t fpm_delete_all(void);
-
-#endif /* FPM_H */