Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/dmi.h>
#include <linux/io.h>
Go to the source code of this file.
Functions | |
void | native_io_delay (void) |
EXPORT_SYMBOL (native_io_delay) | |
void __init | io_delay_init (void) |
early_param ("io_delay", io_delay_param) | |
Variables | |
int io_delay_type | __read_mostly = CONFIG_DEFAULT_IO_DELAY_TYPE |
early_param | ( | "io_delay" | , |
io_delay_param | |||
) |
EXPORT_SYMBOL | ( | native_io_delay | ) |
Definition at line 105 of file io_delay.c.
Definition at line 22 of file io_delay.c.
int io_delay_type __read_mostly = CONFIG_DEFAULT_IO_DELAY_TYPE |
Definition at line 15 of file io_delay.c.