1. NAME

struct_platform_nand_data - container structure for platform-specific data

2. SYNOPSIS



 
Sélectionnez
struct platform_nand_data {
  struct platform_nand_chip chip;
  struct platform_nand_ctrl ctrl;
};

3. MEMBERS

chip
    chip level chip structure

ctrl
    controller level device structure

4. AUTHOR

Thomas Gleixner <>
    Author.

5. COPYRIGHT