summaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go
diff options
context:
space:
mode:
authorTibor Vass <tibor@docker.com>2021-01-25 17:30:29 +0000
committerTibor Vass <tibor@docker.com>2021-01-28 21:33:12 +0000
commit46229ca1d815cfd4b50eb377ac75ad8300e13a85 (patch)
tree5dea8275c06b88c4d79a14d39b9f329d9589800f /vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go
parenta7d4af84bd2f189b921c3ec60796aa825e3a0f2a (diff)
downloaddocker-46229ca1d815cfd4b50eb377ac75ad8300e13a85.tar.gz
Use golang.org/x/sys/execabsv20.10.3jenkins-test-1
Signed-off-by: Tibor Vass <tibor@docker.com> (cherry picked from commit 7ca0cb7ffafc5339ac5fa575ce3f8b479c3643bf) Signed-off-by: Tibor Vass <tibor@docker.com>
Diffstat (limited to 'vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go')
-rw-r--r--vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go18
1 files changed, 17 insertions, 1 deletions
diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go b/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go
index 0ca856e559..0e6e8a7748 100644
--- a/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go
+++ b/vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go
@@ -1,4 +1,4 @@
-// cgo -godefs -- -Wall -Werror -static -I/tmp/include linux/types.go | go run mkpost.go
+// cgo -godefs -- -Wall -Werror -static -I/tmp/include /build/linux/types.go | go run mkpost.go
// Code generated by the command above; see README.md. DO NOT EDIT.
// +build ppc64,linux
@@ -608,3 +608,19 @@ type TIPCSIOCNodeIDReq struct {
Peer uint32
Id [16]uint8
}
+
+type PPSKInfo struct {
+ Assert_sequence uint32
+ Clear_sequence uint32
+ Assert_tu PPSKTime
+ Clear_tu PPSKTime
+ Current_mode int32
+ _ [4]byte
+}
+
+const (
+ PPS_GETPARAMS = 0x400870a1
+ PPS_SETPARAMS = 0x800870a2
+ PPS_GETCAP = 0x400870a3
+ PPS_FETCH = 0xc00870a4
+)