| 218 | } |
| 219 | |
| 220 | static struct per_variant *get_per_variant(struct clean_info *cinfo, |
| 221 | const struct subsystem_and_variant *sv) |
| 222 | { |
| 223 | return &get_per_subsystem(cinfo, sv)->variants[sv->variant]; |
| 224 | } |
| 225 | |
| 226 | static const struct subsystem_ops *get_subsystem_ops(const struct per_subsystem *ps) |
| 227 | { |
no test coverage detected