mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-09-06 05:41:50 +00:00
8 lines
97 B
Go
8 lines
97 B
Go
// +build arm ppc64 ppc64le
|
|
|
|
package bridge
|
|
|
|
func ifrDataByte(b byte) uint8 {
|
|
return uint8(b)
|
|
}
|