IoctlPtpPinSetfunc is not supported on non-linux.
(_ int, _ *PtpPinDesc)
| 75 | |
| 76 | // IoctlPtpPinSetfunc is not supported on non-linux. |
| 77 | func IoctlPtpPinSetfunc(_ int, _ *PtpPinDesc) error { |
| 78 | return errors.New("unsupported on this platform") |
| 79 | } |
| 80 | |
| 81 | // IoctlPtpPeroutRequest is not supported on non-linux. |
| 82 | func IoctlPtpPeroutRequest(_ int, _ *PtpPeroutRequest) error { |
no outgoing calls
no test coverage detected
searching dependent graphs…