struct efuse_param
Also .. does not follow the naming standard for structures. The coding standard requires that all structure names end with _s so, if this is needed, it must be efuse_param_s
If it is not needed, then it should be removed.
struct efuse_param
Also .. does not follow the naming standard for structures. The coding standard requires that all structure names end with _s so, if this is needed, it must be efuse_param_s
If it is not needed, then it should be removed.