libnfc  1.4.2
mirror-subr.h
Go to the documentation of this file.
1 
24 #ifndef _LIBNFC_MIRROR_SUBR_H_
25 # define _LIBNFC_MIRROR_SUBR_H_
26 
27 # include <stdint.h>
28 
29 # include <nfc/nfc-types.h>
30 
31 
32 byte_t mirror (byte_t bt);
33 uint32_t mirror32 (uint32_t ui32Bits);
34 uint64_t mirror64 (uint64_t ui64Bits);
35 void mirror_byte_ts (byte_t * pbts, size_t szLen);
36 
37 #endif // _LIBNFC_MIRROR_SUBR_H_