diff --git a/acpi_tables/src/rsdp.rs b/acpi_tables/src/rsdp.rs index 16e95bd2c..b4b84acda 100644 --- a/acpi_tables/src/rsdp.rs +++ b/acpi_tables/src/rsdp.rs @@ -19,6 +19,7 @@ pub struct Rsdp { _reserved: [u8; 3], } +// SAFETY: Rsdp only contains a series of integers unsafe impl ByteValued for Rsdp {} impl Rsdp {