| 1188 | } |
| 1189 | |
| 1190 | LPVOID MemGetSlotParameters(UINT uSlot) |
| 1191 | { |
| 1192 | _ASSERT(uSlot < NUM_SLOTS); |
| 1193 | return g_SlotInfo[uSlot].parameters; |
| 1194 | } |
| 1195 | |
| 1196 | // From UTAIIe:5-28: Since INTCXROM==1 then state of SLOTC3ROM is not important |
| 1197 | static void IoHandlerCardsOut(void) |
no outgoing calls
no test coverage detected