Two hda_verb.h files: Add more comments.
[coreboot.git] / src / arch / i386 / include / arch / boot / boot.h
1 #ifndef ASM_I386_BOOT_H
2 #define ASM_I386_BOOT_H
3
4 #define ELF_CLASS       ELFCLASS32
5 #define ELF_DATA        ELFDATA2LSB
6 #define ELF_ARCH        EM_386
7
8 #endif /* ASM_I386_BOOT_H */