mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-01 09:32:10 +02:00
Direct users to "smccc" crate rather than "psci" (#578)
psci's docs.rs page redirects users to `smccc` instead as the crate has been renamed.
This commit is contained in:
parent
9187bf0b5e
commit
c5d15edad4
@ -7,7 +7,7 @@ to make an <abbr title="hypervisor call">HVC</abbr> to tell the firmware to powe
|
||||
{{#include examples/src/main_psci.rs:main}}
|
||||
```
|
||||
|
||||
(If you actually want to do this, use the [`psci`][1] crate which has wrappers for all these functions.)
|
||||
(If you actually want to do this, use the [`smccc`][1] crate which has wrappers for all these functions.)
|
||||
|
||||
<details>
|
||||
|
||||
@ -28,4 +28,4 @@ to make an <abbr title="hypervisor call">HVC</abbr> to tell the firmware to powe
|
||||
|
||||
</details>
|
||||
|
||||
[1]: https://crates.io/crates/psci
|
||||
[1]: https://crates.io/crates/smccc
|
||||
|
Loading…
x
Reference in New Issue
Block a user