mirror-subr.h

Go to the documentation of this file.
00001 
00024 #ifndef _LIBNFC_MIRROR_SUBR_H_
00025 #  define _LIBNFC_MIRROR_SUBR_H_
00026 
00027 #  include <stdint.h>
00028 
00029 #  include <nfc/nfc-types.h>
00030 
00031 
00032 byte_t  mirror (byte_t bt);
00033 uint32_t mirror32 (uint32_t ui32Bits);
00034 uint64_t mirror64 (uint64_t ui64Bits);
00035 void    mirror_byte_ts (byte_t * pbts, size_t szLen);
00036 
00037 #endif // _LIBNFC_MIRROR_SUBR_H_