Searched defs:RSDP (Results 1 – 1 of 1) sorted by relevance
9 pub struct RSDP { struct21 // Safe as RSDP structure only contains raw data argument22 unsafe impl DataInit for RSDP {} implementation24 impl RSDP { implementation