Changeset 151 for sbliveos2/trunk/include/linux/delay.h
- Timestamp:
- May 28, 2000, 6:50:46 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/include/linux/delay.h
r142 r151 28 28 #endif 29 29 30 #include <iodelay.h> 30 void iodelay(unsigned long); 31 #pragma aux iodelay parm nomemory [ecx] modify nomemory exact [eax ecx]; 31 32 32 33 #define mdelay(n) iodelay(n*2)
Note:
See TracChangeset
for help on using the changeset viewer.