ASUS M2N-E: Enable PCI-E x16 slot.
[coreboot.git] / util / romcc / tests / simple_test86.c
1 static void main(void)
2 {
3         asm("cpuid"
4                 ::: "eax", "ebx", "ecx", "edx");
5 }