Iterator helpers */
| 142 | |
| 143 | /* Iterator helpers */ |
| 144 | static struct subsystem_and_variant first_sv(void) |
| 145 | { |
| 146 | struct subsystem_and_variant sv; |
| 147 | sv.type = 0; |
| 148 | sv.variant = 0; |
| 149 | return sv; |
| 150 | } |
| 151 | |
| 152 | static bool next_sv(struct subsystem_and_variant *sv) |
| 153 | { |
no outgoing calls
no test coverage detected