mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-09-06 13:51:46 +00:00
8 lines
98 B
Go
8 lines
98 B
Go
// +build !arm,!ppc64,!ppc64le
|
|
|
|
package bridge
|
|
|
|
func ifrDataByte(b byte) int8 {
|
|
return int8(b)
|
|
}
|