URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [include/] [asm-alpha/] [delay.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef __ALPHA_DELAY_H #define __ALPHA_DELAY_H extern void __delay(int loops); extern void ndelay(unsigned long nsecs); extern void udelay(unsigned long usecs); #endif /* defined(__ALPHA_DELAY_H) */
Go to most recent revision | Compare with Previous | Blame | View Log