codyps / ioctl

Helpers for binding ioctls in Rust
https://docs.rs/ioctl-sys
Apache License 2.0
4 stars 14 forks source link

plans to support arm/raspberry? #18

Open lattice0 opened 3 years ago

lattice0 commented 3 years ago

I tried myself to generate the raspberry ioctls but it required libclang-dev 11 which is not in rpi repos and can't be installed by clang's script.

Are there plans/is it easy to generate ioctls for raspberry?

I'd like to use the SPI stuff from there

codyps commented 3 years ago

Sure, adding more complete arm linux support would be good. best would be just generalizing the list of ioctls that aren't arch specific.