Linux Kernel
3.7.1
|
#include <linux/param.h>
Go to the source code of this file.
Macros | |
#define | ndelay(ns) __ndelay(ns) |
#define | udelay(us) __udelay(us) |
#define | MAX_UDELAY_MS 5 |
Functions | |
void | __delay (unsigned long loops) |
void | __ndelay (unsigned long ns) |
void | __udelay (unsigned long us) |