aboutsummaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go')
-rw-r--r--vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go14
1 files changed, 12 insertions, 2 deletions
diff --git a/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go b/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go
index 1542a87..e751e00 100644
--- a/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go
+++ b/vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go
@@ -397,7 +397,7 @@ type Reg struct {
397} 397}
398 398
399type FpReg struct { 399type FpReg struct {
400 Fp_q [32]uint128 400 Fp_q [512]uint8
401 Fp_sr uint32 401 Fp_sr uint32
402 Fp_cr uint32 402 Fp_cr uint32
403} 403}
@@ -406,7 +406,7 @@ type PtraceIoDesc struct {
406 Op int32 406 Op int32
407 Offs *byte 407 Offs *byte
408 Addr *byte 408 Addr *byte
409 Len uint 409 Len uint64
410} 410}
411 411
412type Kevent_t struct { 412type Kevent_t struct {
@@ -682,3 +682,13 @@ type Utsname struct {
682 Version [256]byte 682 Version [256]byte
683 Machine [256]byte 683 Machine [256]byte
684} 684}
685
686const SizeofClockinfo = 0x14
687
688type Clockinfo struct {
689 Hz int32
690 Tick int32
691 Spare int32
692 Stathz int32
693 Profhz int32
694}