Convert CRLFs to LFs
This commit is contained in:
parent
6953cbea2c
commit
942faef582
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user