Follow-up fixes for IRQ/ERR bitmaks mess (Bjoern Riemer) Patch 011
[librfid] / src / usleep.h
1 #ifndef __USLEEP_H__
2 #define __USLEEP_H__
3
4 void usleep(unsigned long usec);
5
6 #endif/*__USLEEP_H__*/