|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/sched.h>#include <asm/param.h>#include <asm/smp.h>#include <linux/delay.h>Go to the source code of this file.
Macros | |
| #define | LPJ loops_per_jiffy |
Functions | |
| void | __delay (int loops) |
| void | udelay (unsigned long usecs) |
| EXPORT_SYMBOL (udelay) | |
| void | ndelay (unsigned long nsecs) |
| EXPORT_SYMBOL (ndelay) | |
| #define LPJ loops_per_jiffy |
| EXPORT_SYMBOL | ( | udelay | ) |
| EXPORT_SYMBOL | ( | ndelay | ) |
1.8.2