Changeset 615 for GPL/branches/uniaud32-next/include/linux/delay.h
- Timestamp:
- Jan 1, 2021, 5:31:48 AM (5 years ago)
- Location:
- GPL/branches/uniaud32-next
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/delay.h
r32 r615 28 28 void mdelay(unsigned long); 29 29 30 #define usleep_range(_min, _max) msleep((_max) / 1000) 31 30 32 #endif /* defined(_LINUX_DELAY_H) */
Note:
See TracChangeset
for help on using the changeset viewer.