mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-09-04 21:01:42 +00:00
8 lines
89 B
Go
8 lines
89 B
Go
// +build arm ppc64
|
|
|
|
package bridge
|
|
|
|
func ifrDataByte(b byte) uint8 {
|
|
return uint8(b)
|
|
}
|