Rev 1731 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1731 | Rev 1780 | ||
---|---|---|---|
Line 35... | Line 35... | ||
35 | #ifndef __DELAY_H__ |
35 | #ifndef __DELAY_H__ |
36 | #define __DELAY_H__ |
36 | #define __DELAY_H__ |
37 | 37 | ||
38 | #include <arch/types.h> |
38 | #include <arch/types.h> |
39 | 39 | ||
40 | extern void delay(__u32 microseconds); |
40 | extern void delay(uint32_t microseconds); |
41 | 41 | ||
42 | #endif |
42 | #endif |
43 | 43 | ||
44 | /** @} |
44 | /** @} |
45 | */ |
45 | */ |