Skip to content

Commit

Permalink
Remove reference to removed AcpiTables::from_tables_direct function
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacWoods committed Nov 3, 2024
1 parent 85ec3cb commit e9a5930
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions acpi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
//! * Use `AcpiTables::from_rsdt` if you have the physical address of the RSDT/XSDT
//! * Use `AcpiTables::search_for_rsdp_bios` if you don't have the address of either, but **you know you are
//! running on BIOS, not UEFI**
//! * Use `AcpiTables::from_tables_direct` if you are using the library in an unusual setting, such as in usermode,
//! and have a custom method to enumerate and access the tables.
//!
//! `AcpiTables` stores the addresses of all of the tables detected on a platform. The SDTs are parsed by this
//! library, or can be accessed directly with `from_sdt`, while the `DSDT` and any `SSDTs` should be parsed with
Expand Down

0 comments on commit e9a5930

Please sign in to comment.