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 v3.7 11 lines 265 B view raw
1#ifndef SDHI_MOBILE_H 2#define SDHI_MOBILE_H 3 4#include <linux/compiler.h> 5 6int sdhi_boot_do_read(void __iomem *base, int high_capacity, 7 unsigned long offset, unsigned short count, 8 unsigned short *buf); 9int sdhi_boot_init(void __iomem *base); 10 11#endif