Add linux-next specific files for 20110831
[linux-2.6/next.git] / tools / kvm / bios / bios-rom.S
blobdc52b1e61bc8d8f339980af3df007bca68cd3dc8
1 #include <kvm/assembly.h>
3         .org 0
4 #ifdef CONFIG_X86_64
5         .code64
6 #else
7         .code32
8 #endif
10 GLOBAL(bios_rom)
11         .incbin "bios/bios.bin"
12 END(bios_rom)