Searched refs:BIOS_MEMCONSOLE_V2_MAGIC (Results 1 – 1 of 1) sorted by relevance
20 #define BIOS_MEMCONSOLE_V2_MAGIC (('M')|('C'<<8)|('O'<<16)|('N'<<24)) macro111 if (hdr->signature == BIOS_MEMCONSOLE_V2_MAGIC) { in memconsole_ebda_init()