* Check if the platform requires ISH (Image slot header) support. * * @param platform_type: Platform enum to check * @return: true if ISH is needed, false otherwise */
| 201 | * @return: true if ISH is needed, false otherwise |
| 202 | */ |
| 203 | bool platform_needs_ish(enum platform platform_type) |
| 204 | { |
| 205 | return platform_table[platform_type].needs_ish; |
| 206 | } |
| 207 | |
| 208 | /** |
| 209 | * Check if the platform uses multi-level directory structure. |
no outgoing calls
no test coverage detected