-
Notifications
You must be signed in to change notification settings - Fork 602
unix: add PTP_PF_* constants on Linux #229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This PR (HEAD: 7f25171) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/621735. Important tips:
|
These represent valid values for PtpPinDesc.Func. They are defined as enum, thus mkerrors.sh doesn't emit these.
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/621735. |
This PR (HEAD: e7990b0) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/621735. Important tips:
|
Message from Yaroslav Kolomiiets: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/621735. |
Message from Ian Lance Taylor: Patch Set 3: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/621735. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-10-22T22:46:06Z","revision":"99857bb0089a8d2a0c1aded5a65e9a2f1cba9b64"} Please don’t reply on this GitHub thread. Visit golang.org/cl/621735. |
Message from Ian Lance Taylor: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/621735. |
Message from Go LUCI: Patch Set 3: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/621735. |
Message from Go LUCI: Patch Set 3: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/621735. |
Message from Ian Lance Taylor: Patch Set 3: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/621735. |
Message from Go LUCI: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2024-10-23T00:29:56Z","revision":"99857bb0089a8d2a0c1aded5a65e9a2f1cba9b64"} Please don’t reply on this GitHub thread. Visit golang.org/cl/621735. |
Message from Ian Lance Taylor: Patch Set 3: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/621735. |
Message from Go LUCI: Patch Set 3: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/621735. |
These represent valid values for PtpPinDesc.Func. They are defined as enum, thus not emitted from mkerrors.sh. Change-Id: Ibac22d56214fa0f64a4095dfc000692a5e5e994a GitHub-Last-Rev: e7990b0 GitHub-Pull-Request: #229 Reviewed-on: https://go-review.googlesource.com/c/sys/+/621735 Reviewed-by: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com>
This PR is being closed because golang.org/cl/621735 has been merged. |
These represent valid values for PtpPinDesc.Func.
They are defined as enum, thus not emitted from mkerrors.sh.