summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/picc/load_modulation.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/firmware/src/picc/load_modulation.h')
-rw-r--r--openpcd/firmware/src/picc/load_modulation.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openpcd/firmware/src/picc/load_modulation.h b/openpcd/firmware/src/picc/load_modulation.h
new file mode 100644
index 0000000..71f9d6f
--- /dev/null
+++ b/openpcd/firmware/src/picc/load_modulation.h
@@ -0,0 +1,7 @@
+#ifndef _LOAD_MODULATION_H
+#define _LOAD_MODULATION_H
+
+extern void load_mod_level(u_int8_t level);
+extern void load_mod_init(void);
+
+#endif
personal git repositories of Harald Welte. Your mileage may vary