This commit is contained in:
bjorn3
2024-06-11 20:51:01 +02:00
parent 8e67869b96
commit dc33cba4c0
+1 -1
View File
@@ -33,7 +33,7 @@ pub struct PciCapability {
pub cfg_type: CfgType,
/// Where to find it.
pub bar: u8,
/// Multiple capabilities of the same typel
/// Multiple capabilities of the same type.
pub id: u8,
/// Pad to a full dword.
pub padding: [u8; 2],