We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AcpiTables::from_tables_direct
1 parent 85ec3cb commit e9a5930Copy full SHA for e9a5930
acpi/src/lib.rs
@@ -29,8 +29,6 @@
29
//! * Use `AcpiTables::from_rsdt` if you have the physical address of the RSDT/XSDT
30
//! * Use `AcpiTables::search_for_rsdp_bios` if you don't have the address of either, but **you know you are
31
//! running on BIOS, not UEFI**
32
-//! * Use `AcpiTables::from_tables_direct` if you are using the library in an unusual setting, such as in usermode,
33
-//! and have a custom method to enumerate and access the tables.
34
//!
35
//! `AcpiTables` stores the addresses of all of the tables detected on a platform. The SDTs are parsed by this
36
//! library, or can be accessed directly with `from_sdt`, while the `DSDT` and any `SSDTs` should be parsed with
0 commit comments