| 315 | } |
| 316 | |
| 317 | bool OHDPlatform::is_willy() const { |
| 318 | return platform_type == X_PLATFORM_TYPE_WILLY; |
| 319 | } |
| 320 | |
| 321 | bool OHDPlatform::is_zero3w() const { |
| 322 | return platform_type == X_PLATFORM_TYPE_ROCKCHIP_RK3566_RADXA_ZERO3W; |
nothing calls this directly
no outgoing calls
no test coverage detected