struct_platform_nand_data

Langue: en

Autres versions - même langue

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

struct_platform_nand_data - container structure for platform-specific data

SYNOPSIS

 struct platform_nand_data {
   struct platform_nand_chip chip;
   struct platform_nand_ctrl ctrl;
 };  
 

MEMBERS

chip

chip level chip structure

ctrl

controller level device structure

AUTHOR

Thomas Gleixner <tglx@linutronix.de>

Author.