Linux Kernel
3.7.1
|
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/timex.h>
Go to the source code of this file.
Functions | |
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 | ) |