Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.6-rc2 10 lines 274 B view raw
1#ifndef LINUX_MMC_SH_MOBILE_SDHI_H 2#define LINUX_MMC_SH_MOBILE_SDHI_H 3 4#include <linux/types.h> 5 6#define SH_MOBILE_SDHI_IRQ_CARD_DETECT "card_detect" 7#define SH_MOBILE_SDHI_IRQ_SDCARD "sdcard" 8#define SH_MOBILE_SDHI_IRQ_SDIO "sdio" 9 10#endif /* LINUX_MMC_SH_MOBILE_SDHI_H */