Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux...
[sfrench/cifs-2.6.git] / arch / arm / plat-s3c / include / plat / nand.h
index 18f958801e64c16957d26ac9a1a41da39bf72e9e..065985978413087f432d0b171dc2f2fd19d138c6 100644 (file)
@@ -55,3 +55,11 @@ struct s3c2410_platform_nand {
                                               int chip);
 };
 
+/**
+ * s3c_nand_set_platdata() - register NAND platform data.
+ * @nand: The NAND platform data to register with s3c_device_nand.
+ *
+ * This function copies the given NAND platform data, @nand and registers
+ * it with the s3c_device_nand. This allows @nand to be __initdata.
+*/
+extern void s3c_nand_set_platdata(struct s3c2410_platform_nand *nand);