Linux Kernel
3.7.1
|
#include <linux/sched.h>
#include <linux/delay.h>
#include <linux/timex.h>
#include <linux/module.h>
#include <linux/irqflags.h>
#include <linux/interrupt.h>
#include <asm/vtimer.h>
#include <asm/div64.h>
Go to the source code of this file.
Functions | |
void | __delay (unsigned long loops) |
void | __udelay (unsigned long long usecs) |
EXPORT_SYMBOL (__udelay) | |
void | udelay_simple (unsigned long long usecs) |
void | __ndelay (unsigned long long nsecs) |
EXPORT_SYMBOL (__ndelay) | |
EXPORT_SYMBOL | ( | __udelay | ) |
EXPORT_SYMBOL | ( | __ndelay | ) |