|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/types.h>#include <linux/interrupt.h>#include <linux/platform_device.h>#include <linux/io.h>#include <linux/gpio.h>#include <mach/regs-gpio.h>#include <plat/gpio-cfg.h>Go to the source code of this file.
Functions | |
| void | s3c2416_setup_sdhci0_cfg_gpio (struct platform_device *dev, int width) |
| void | s3c2416_setup_sdhci1_cfg_gpio (struct platform_device *dev, int width) |
| void s3c2416_setup_sdhci0_cfg_gpio | ( | struct platform_device * | dev, |
| int | width | ||
| ) |
Definition at line 25 of file setup-sdhci-gpio.c.
| void s3c2416_setup_sdhci1_cfg_gpio | ( | struct platform_device * | dev, |
| int | width | ||
| ) |
Definition at line 30 of file setup-sdhci-gpio.c.
1.8.2