Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 #ifndef BRCMNAND_PLAT_DATA_H
0003 #define BRCMNAND_PLAT_DATA_H
0004 
0005 struct brcmnand_platform_data {
0006     int chip_select;
0007     const char * const *part_probe_types;
0008     unsigned int ecc_stepsize;
0009     unsigned int ecc_strength;
0010 };
0011 
0012 #endif /* BRCMNAND_PLAT_DATA_H */