summaryrefslogtreecommitdiff
path: root/include/linux/mtd/ccx9x_nand.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mtd/ccx9x_nand.h')
-rw-r--r--include/linux/mtd/ccx9x_nand.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/linux/mtd/ccx9x_nand.h b/include/linux/mtd/ccx9x_nand.h
new file mode 100644
index 000000000000..ac6b32848955
--- /dev/null
+++ b/include/linux/mtd/ccx9x_nand.h
@@ -0,0 +1,11 @@
+#ifndef __CCX9X_NAND_H__
+#define __CCX9X_NAND_H__
+
+struct ccx9x_nand_info {
+ unsigned int addr_offset;
+ unsigned int cmd_offset;
+ unsigned int delay;
+ unsigned int busy_pin;
+};
+
+#endif