| 573 | }; // namespace Mcd |
| 574 | |
| 575 | uint FileMcd_ConvertToSlot(uint port, uint slot) |
| 576 | { |
| 577 | if (slot == 0) |
| 578 | return port; |
| 579 | if (port == 0) |
| 580 | return slot + 1; // multitap 1 |
| 581 | return slot + 4; // multitap 2 |
| 582 | } |
| 583 | |
| 584 | void FileMcd_SetType() |
| 585 | { |
no outgoing calls
no test coverage detected