Kernel  |  2.6.39

下载     查看原文件
C++程序  |  13行  |  209 B
#ifndef __MACH_GPMI_H

#include <linux/mtd/partitions.h>
#include <mach/regs-gpmi.h>

struct gpmi_platform_data {
	void *pins;
	int nr_parts;
	struct mtd_partition *parts;
	const char *part_types[];
};
#endif