| 141 | } |
| 142 | |
| 143 | s32 CARDSetStatus(s32 channel, s32 fileNo, CARDStat *state) |
| 144 | { |
| 145 | s32 result = CARDSetStatusAsync(channel, fileNo, state, __CARDSyncCallback); |
| 146 | if (result < 0) |
| 147 | { |
| 148 | return result; |
| 149 | } |
| 150 | |
| 151 | return __CARDSync(channel); |
| 152 | } |
no test coverage detected