IoctlPtpClockGetcaps is not supported on non-linux.
(_ int)
| 70 | |
| 71 | // IoctlPtpClockGetcaps is not supported on non-linux. |
| 72 | func IoctlPtpClockGetcaps(_ int) (*PtpClockCaps, error) { |
| 73 | return nil, errors.New("unsupported on this platform") |
| 74 | } |
| 75 | |
| 76 | // IoctlPtpPinSetfunc is not supported on non-linux. |
| 77 | func IoctlPtpPinSetfunc(_ int, _ *PtpPinDesc) error { |
no outgoing calls
no test coverage detected
searching dependent graphs…