Home
last modified time | relevance | path

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

/external/crosvm/devices/src/pci/
Dpci_configuration.rs653 struct TestCap { struct
654 _vndr: u8,
655 _next: u8,
656 len: u8,
657 foo: u8,
661 unsafe impl DataInit for TestCap {} implementation
663 impl PciCapability for TestCap { implementation