File: ethtool_value.rb

package info (click to toggle)
ruby-rethtool 0.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 148 kB
  • sloc: ruby: 167; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
require 'rethtool'
require 'cstruct'

class Rethtool::EthtoolValue < CStruct
	uint32 :cmd
	uint32 :value
end