summaryrefslogtreecommitdiff
path: root/include/librfid/rfid_layer2_iso15693.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/librfid/rfid_layer2_iso15693.h')
-rw-r--r--include/librfid/rfid_layer2_iso15693.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/librfid/rfid_layer2_iso15693.h b/include/librfid/rfid_layer2_iso15693.h
index ea7f87a..d91b4ec 100644
--- a/include/librfid/rfid_layer2_iso15693.h
+++ b/include/librfid/rfid_layer2_iso15693.h
@@ -22,14 +22,14 @@ struct iso15693_transport {
int (*fini)(struct iso15693_handle *handle);
#if 0
- int (*transcieve_sf)(struct iso14443a_handle *handle,
+ int (*transceive_sf)(struct iso14443a_handle *handle,
unsigned char cmd,
struct iso14443a_atqa *atqa);
- int (*transcieve_acf)(struct iso14443a_handle *handle,
+ int (*transceive_acf)(struct iso14443a_handle *handle,
struct iso14443a_anticol_cmd *acf,
unsigned int *bit_of_col);
#endif
- int (*transcieve)(struct iso15693_handle *handle,
+ int (*transceive)(struct iso15693_handle *handle,
const unsigned char *tx_buf,
unsigned int tx_len,
unsigned char *rx_buf,
personal git repositories of Harald Welte. Your mileage may vary