Skip to content

Commit

Permalink
Merge pull request #1731 from Lomanic/issue1645
Browse files Browse the repository at this point in the history
[cpu][disk][netbsd] Generate arm-specific definitions
  • Loading branch information
shirou authored Oct 12, 2024
2 parents 44c71b6 + ec97320 commit c9da2cc
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cpu/cpu_netbsd_arm.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// SPDX-License-Identifier: BSD-3-Clause
package cpu

type cpuTimes struct {
User uint32
Nice uint32
Sys uint32
Intr uint32
Idle uint32
}
46 changes: 46 additions & 0 deletions disk/disk_netbsd_arm.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c9da2cc

Please # to comment.