github.com/jlowellwofford/u-root@v1.0.0/xcmds/ectool/info.go (about)

     1  package main
     2  
     3  import (
     4  	"time"
     5  )
     6  
     7  func info(ec ec) ([]byte, error) {
     8  	return ec.Command(ecCmdGetChipInfo, 0, []byte{}, 96 /*len(_ ecResponseGetChipInfo)*/, time.Duration(10*time.Second))
     9  }