Linux Kernel
3.7.1
|
#include <linux/delay.h>
#include <linux/module.h>
#include <linux/mmc/host.h>
#include "sdhci-pltfm.h"
Go to the source code of this file.
Macros | |
#define | SDHCI_HLWD_WRITE_DELAY 5 /* usecs */ |
Functions | |
MODULE_DEVICE_TABLE (of, sdhci_hlwd_of_match) | |
module_platform_driver (sdhci_hlwd_driver) | |
MODULE_DESCRIPTION ("Nintendo Wii SDHCI OF driver") | |
MODULE_AUTHOR ("The GameCube Linux Team, Albert Herranz") | |
MODULE_LICENSE ("GPL v2") | |
#define SDHCI_HLWD_WRITE_DELAY 5 /* usecs */ |
Definition at line 34 of file sdhci-of-hlwd.c.
MODULE_AUTHOR | ( | "The GameCube Linux | Team, |
Albert Herranz" | |||
) |
MODULE_DEVICE_TABLE | ( | of | , |
sdhci_hlwd_of_match | |||
) |
MODULE_LICENSE | ( | "GPL v2" | ) |
module_platform_driver | ( | sdhci_hlwd_driver | ) |