We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d7baa commit f8bc133Copy full SHA for f8bc133
vm/devices/get/get_protocol/src/lib.rs
@@ -1762,10 +1762,12 @@ impl BatteryStatusNotification {
1762
#[bitfield(u64)]
1763
#[derive(IntoBytes, FromBytes, Immutable, KnownLayout)]
1764
pub struct CreateRamGpaRangeFlags {
1765
- /// writes are discarded
+ _reserved1: bool,
1766
+
1767
+ /// Writes are discarded
1768
pub rom_mb: bool,
1769
- #[bits(63)]
1770
+ #[bits(62)]
1771
_reserved: u64,
1772
}
1773
0 commit comments