| 256 | } |
| 257 | |
| 258 | UINT ImageGetMaxNibblesPerTrack(ImageInfo* const pImageInfo) |
| 259 | { |
| 260 | return pImageInfo ? pImageInfo->maxNibblesPerTrack : NIBBLES_PER_TRACK; |
| 261 | } |
| 262 | |
| 263 | bool ImageIsZeroTracksValidForThisType(ImageInfo* const pImageInfo) |
| 264 | { |
no outgoing calls
no test coverage detected