Ignore:
Timestamp:
May 28, 2000, 6:50:46 PM (25 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sbliveos2/trunk/include/linux/delay.h

    r142 r151  
    2828#endif
    2929
    30 #include <iodelay.h>
     30void iodelay(unsigned long);
     31#pragma aux iodelay parm nomemory [ecx] modify nomemory exact [eax ecx];
    3132
    3233#define mdelay(n) iodelay(n*2)
Note: See TracChangeset for help on using the changeset viewer.