# Arm Generic Interrupt Controller driver
[](https://crates.io/crates/arm-gic)
[](https://docs.rs/arm-gic)
This crate provides a Rust driver for the Arm Generic Interrupt Controller version 3 or 4 (GICv3 and
GICv4).
Currently it only supports AArch64. Patches are welcome to add support for AArch32 and other GIC
versions.
This is not an officially supported Google product.
## License
Licensed under either of
- Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
## Contributing
If you want to contribute to the project, see details of
[how we accept contributions](CONTRIBUTING.md).