summaryrefslogtreecommitdiff
path: root/firmware/src/pcd
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/src/pcd')
-rw-r--r--firmware/src/pcd/rc632.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/src/pcd/rc632.h b/firmware/src/pcd/rc632.h
index bb56d18..5081f42 100644
--- a/firmware/src/pcd/rc632.h
+++ b/firmware/src/pcd/rc632.h
@@ -24,9 +24,9 @@ extern void rc632_exit(void);
extern void rc632_unthrottle(void);
-#ifdef DEBUG
extern int rc632_test(struct rfid_asic_handle *hdl);
extern int rc632_dump(void);
-#endif
+
+extern void rc632_power(u_int8_t up);
#endif
personal git repositories of Harald Welte. Your mileage may vary