aboutsummaryrefslogtreecommitdiffstats
path: root/prog/big_endian.go
blob: 629b8d3c468580b7a57b30945a79eccd387f655f (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2020 syzkaller project authors. All rights reserved.
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.

//go:build s390x

package prog

import "encoding/binary"

var HostEndian = binary.BigEndian