Convert CRLFs to LFs

This commit is contained in:
Marcos Vives Del Sol 2015-06-13 23:14:21 +02:00
parent 6953cbea2c
commit 942faef582
3 changed files with 388 additions and 386 deletions

View File

@ -31,5 +31,7 @@ int rc522_data_new(struct nfc_device * pnd, const struct rc522_io * io);
int rc522_get_supported_modulation(nfc_device * pnd, const nfc_mode mode, const nfc_modulation_type ** const supported_mt); int rc522_get_supported_modulation(nfc_device * pnd, const nfc_mode mode, const nfc_modulation_type ** const supported_mt);
int rc522_get_supported_baud_rate(nfc_device * pnd, const nfc_mode mode, const nfc_modulation_type nmt, const nfc_baud_rate ** const supported_br); int rc522_get_supported_baud_rate(nfc_device * pnd, const nfc_mode mode, const nfc_modulation_type nmt, const nfc_baud_rate ** const supported_br);
int rc522_set_property_bool(struct nfc_device * pnd, const nfc_property property, const bool enable); int rc522_set_property_bool(struct nfc_device * pnd, const nfc_property property, const bool enable);
int rc522_set_property_int(struct nfc_device * pnd, const nfc_property property, const int value);
int rc522_idle(struct nfc_device * pnd);
#endif #endif