coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
boot.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef ASM_ARM_BOOT_H
4 #define ASM_ARM_BOOT_H
5 
6 #define ELF_CLASS ELFCLASS32
7 #define ELF_DATA ELFDATA2LSB
8 #define ELF_ARCH EM_ARM
9 
10 #endif /* ASM_ARM_BOOT_H */