Searched refs:BIOS32_SIGNATURE (Results 1 – 2 of 2) sorted by relevance
/external/grub/netboot/ | ||
D | pci.h | 68 #define BIOS32_SIGNATURE (('_' << 0) + ('3' << 8) + ('2' << 16) + ('_' << 24)) macro |
D | pci.c | 360 if (check->fields.signature != BIOS32_SIGNATURE) in pcibios_init() |