diff options
Diffstat (limited to 'openpicc/application/tc_fdt.h')
-rw-r--r-- | openpicc/application/tc_fdt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openpicc/application/tc_fdt.h b/openpicc/application/tc_fdt.h index b39b935..28e7e7e 100644 --- a/openpicc/application/tc_fdt.h +++ b/openpicc/application/tc_fdt.h @@ -5,5 +5,6 @@ extern void tc_fdt_init(void); extern void tc_fdt_set(u_int16_t count); +extern void __ramfunc tc_fdt_set_to_next_slot(int last_bit); #endif |