Home
last modified time | relevance | path

Searched refs:BIOS32_SIGNATURE (Results 1 – 2 of 2) sorted by relevance

/external/grub/netboot/
Dpci.h68 #define BIOS32_SIGNATURE (('_' << 0) + ('3' << 8) + ('2' << 16) + ('_' << 24)) macro
Dpci.c360 if (check->fields.signature != BIOS32_SIGNATURE) in pcibios_init()