|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/module.h>#include <linux/init.h>#include <asm/delay.h>#include <asm/timex.h>#include <asm/processor.h>Go to the source code of this file.
Functions | |
| int __devinit | read_current_timer (unsigned long *timer_value) |
| void | __delay (unsigned long cycles) |
| EXPORT_SYMBOL (__delay) | |
| void | __const_udelay (unsigned long xloops) |
| EXPORT_SYMBOL (__const_udelay) | |
| void | __udelay (unsigned long usecs) |
| EXPORT_SYMBOL (__udelay) | |
| void | __ndelay (unsigned long nsecs) |
| EXPORT_SYMBOL (__ndelay) | |
| EXPORT_SYMBOL | ( | __delay | ) |
| EXPORT_SYMBOL | ( | __const_udelay | ) |
| EXPORT_SYMBOL | ( | __udelay | ) |
| EXPORT_SYMBOL | ( | __ndelay | ) |
1.8.2