libnfc/include/nfc
Romain Tartiere 79aeaa6287 Factorise code.
Avoid redundant code in PN53x usb and uart drivers.  Since it makes sense to
report errors at the nfc_device_t level, pass it directly to
pn53x_transceive().

Programs using the libnfc MAY use pn53x_transceive() to communicate with a NFC
device, and SHALL not use anymore pnd->pdc->transceive().  Code in the library
itself SHOULD avoid calling pnd->pdc->transceive(), so such construct have been
updated accordingly.
2010-07-31 14:20:15 +00:00
..
CMakeLists.txt Rearrange source code. 2010-04-07 14:37:19 +00:00
Makefile.am Rearrange source code. 2010-04-07 14:37:19 +00:00
nfc-messages.h (libnfc-less-bitutils-more-ponies) Get rid of bitutils.[hc] (part 1). 2010-04-16 16:38:57 +00:00
nfc-types.h Factorise code. 2010-07-31 14:20:15 +00:00
nfc.h Factorise code. 2010-07-31 14:20:15 +00:00