| 40 | } |
| 41 | |
| 42 | S32 xSTShutdown() |
| 43 | { |
| 44 | g_straninit--; |
| 45 | if (g_straninit == 0) |
| 46 | { |
| 47 | g_typeHandlers = 0; |
| 48 | XST_unlock_all(); |
| 49 | PKRShutdown(); |
| 50 | } |
| 51 | return g_straninit; |
| 52 | } |
| 53 | |
| 54 | // This doesn't seem exactly how HI would have written this, but it OKs |
| 55 | // TODO: Try to clean this up? |
no test coverage detected