| .. | .. |
|---|
| 33 | 33 | struct dfl_feature_platform_data *pdata; |
|---|
| 34 | 34 | }; |
|---|
| 35 | 35 | |
|---|
| 36 | | -extern const struct dfl_feature_ops pr_mgmt_ops; |
|---|
| 36 | +extern const struct dfl_feature_ops fme_pr_mgmt_ops; |
|---|
| 37 | +extern const struct dfl_feature_id fme_pr_mgmt_id_table[]; |
|---|
| 38 | +extern const struct dfl_feature_ops fme_global_err_ops; |
|---|
| 39 | +extern const struct dfl_feature_id fme_global_err_id_table[]; |
|---|
| 40 | +extern const struct attribute_group fme_global_err_group; |
|---|
| 41 | +extern const struct dfl_feature_ops fme_perf_ops; |
|---|
| 42 | +extern const struct dfl_feature_id fme_perf_id_table[]; |
|---|
| 37 | 43 | |
|---|
| 38 | 44 | #endif /* __DFL_FME_H */ |
|---|