| 70 | } |
| 71 | |
| 72 | NANDExplorer *GetPRODINFOFExplorer() { |
| 73 | return EnsureExplorer(g_PRODINFOFExplorer, Partition::PRODINFOF); |
| 74 | } |
| 75 | |
| 76 | NANDExplorer *GetNANDSafeExplorer() { |
| 77 | return EnsureExplorer(g_NANDSafeExplorer, Partition::NANDSafe); |
no test coverage detected