| 819 | } |
| 820 | |
| 821 | static BOOL ETHGetLinkState(void) { |
| 822 | BOOL ret; |
| 823 | |
| 824 | waitexilock(); |
| 825 | ret = linkState(); |
| 826 | unlock(); |
| 827 | return ret; |
| 828 | } |
| 829 | |
| 830 | static BOOL linkStateAsyncMain(BOOL* linkstateptr) { |
| 831 | if (EXILock(0, 2, NULL)) { |
nothing calls this directly
no test coverage detected