# Moved: SMCCC and PSCI functions for bare-metal Rust on aarch64 [![crates.io page](https://img.shields.io/crates/v/psci.svg)](https://crates.io/crates/psci) [![docs.rs page](https://docs.rs/psci/badge.svg)](https://docs.rs/psci) This crate provided support for the Arm SMC Calling Convention version 1.4, including standard Arm Architecture Calls constants, and version 1.1 of the Arm Power State Coordination Interface (PSCI). **It has been renamed to [`smccc`](https://crates.io/crates/smccc). Please use that instead.** 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).