Home
last modified time | relevance | path

Searched defs:TestCap (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/pci/
H A Dpci_configuration.rs1106 struct TestCap { struct
1107 _vndr: u8,
1108 _next: u8,
1109 len: u8,
1110 foo: u8,
1113 impl PciCapability for TestCap { implementation