always compile the rfid_hexdump() function, since DEBUG_LIBRFID might be defined...
[librfid] / src / usleep.h
1 #ifndef __USLEEP_H__
2 #define __USLEEP_H__
3
4 void usleep(unsigned long usec);
5
6 #endif/*__USLEEP_H__*/