summaryrefslogtreecommitdiffstats
path: root/r503.h
diff options
context:
space:
mode:
Diffstat (limited to 'r503.h')
-rw-r--r--r503.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/r503.h b/r503.h
new file mode 100644
index 0000000..980fb9c
--- /dev/null
+++ b/r503.h
@@ -0,0 +1,8 @@
+#ifndef FPM_R503_H
+#define FPM_R503_H
+
+#include <stdint.h>
+
+uint8_t fpm_init(void);
+
+#endif /* FPM_R50_H */