summaryrefslogtreecommitdiffstats
path: root/lock/fpm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lock/fpm.h')
-rw-r--r--lock/fpm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lock/fpm.h b/lock/fpm.h
new file mode 100644
index 0000000..eb69ae2
--- /dev/null
+++ b/lock/fpm.h
@@ -0,0 +1,8 @@
+#ifndef FPM_H
+#define FPM_H
+
+void fpm_init(void);
+
+void fpm_print_config(void);
+
+#endif /* FPM_H */