Guest User

Untitled

a guest
Jun 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. static s32 __card_exthandler(s32 chn,s32 dev)
  2. {
  3. _ioCardInserted[chn] = FALSE;
  4. sdgecko_doUnmount(chn);
  5. sdgecko_ejectedCB(chn);
  6. EXI_Unlock(chn);
  7. return 1;
  8. }
Add Comment
Please, Sign In to add comment