acpi/
lib.rs

1
2
3
4
5
6
7
8
9
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

//! Crate for dynamically creating ACPI tables.

#![expect(missing_docs)]

pub mod builder;
pub mod dsdt;