mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-03 03:15:20 +00:00
acpi_tables: add safety comment for impl ByteValued
Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
parent
80bbc47147
commit
243b5bad65
@ -19,6 +19,7 @@ pub struct Rsdp {
|
|||||||
_reserved: [u8; 3],
|
_reserved: [u8; 3],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// SAFETY: Rsdp only contains a series of integers
|
||||||
unsafe impl ByteValued for Rsdp {}
|
unsafe impl ByteValued for Rsdp {}
|
||||||
|
|
||||||
impl Rsdp {
|
impl Rsdp {
|
||||||
|
Loading…
Reference in New Issue
Block a user