mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-27 11:04:21 +01:00
Lets have a global vendor base on virtcontainers. Signed-off-by: Julio Montes <julio.montes@intel.com> Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com> Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
12 lines
144 B
Go
12 lines
144 B
Go
// +build !linux
|
|
|
|
package nl
|
|
|
|
import "encoding/binary"
|
|
|
|
var SupportedNlFamilies = []int{}
|
|
|
|
func NativeEndian() binary.ByteOrder {
|
|
return nil
|
|
}
|