github.com/jaypipes/ghw@v0.21.1/pkg/accelerator/accelerator_windows.go (about)

     1  // Use and distribution licensed under the Apache license version 2.
     2  //
     3  // See the COPYING file in the root project directory for full text.
     4  //
     5  
     6  package accelerator
     7  
     8  func (i *Info) load() error {
     9  	i.Devices = []*AcceleratorDevice{}
    10  	return nil
    11  }