There is ppc64 LE support in https://github.com/mozilla/authenticator-rs/blob/master/src/linux/ioctl_powerpc64le.rs, but not BE. The ioctl numbers for BE are exactly the same. Is there even a reason to make them separate? Anyway, FF74 fails to build. Just copying the file from `powerpc64le` to `powerpc64be` should fix it.