]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/util.h
removed redundant function to compose reader short frame
[proxmark3-svn] / armsrc / util.h
index d2a85ba0059786b8c1d272b77317097ac08329d9..ac141065f2782649dd49421dbc76037e3c067b38 100644 (file)
@@ -27,6 +27,7 @@
 #define BUTTON_DOUBLE_CLICK -2
 #define BUTTON_ERROR -99
 
+size_t nbytes(size_t nbits);
 uint32_t SwapBits(uint32_t value, int nrbits);
 void num_to_bytes(uint64_t n, size_t len, uint8_t* dest);
 uint64_t bytes_to_num(uint8_t* src, size_t len);
Impressum, Datenschutz