Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dsetup_data.h9 struct pci_setup_rom { struct
10 struct setup_data data;
11 uint16_t vendor;
12 uint16_t devid;
13 uint64_t pcilen;
14 unsigned long segment;
15 unsigned long bus;
16 unsigned long device;
17 unsigned long function;
18 uint8_t romdata[];