24 #ifndef __NFC_DRIVER_PN532_UART_H__
25 # define __NFC_DRIVER_PN532_UART_H__
28 # include <sys/param.h>
29 # define PN532_UART_DRIVER_NAME "PN532_UART"
39 bool pn532_uart_transceive (
nfc_device_t * pnd,
const byte_t * pbtTx,
const size_t szTx, byte_t * pbtRx,
42 #endif // ! __NFC_DRIVER_PN532_UART_H__