summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/include/arch/boot/boot.h
blob: bfa2351130c0026362c061155540b5381c0b0668 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef ASM_I386_BOOT_H
#define ASM_I386_BOOT_H

#define ELF_CLASS	ELFCLASS32
#define ELF_DATA	ELFDATA2LSB
#define ELF_ARCH	EM_386

#endif /* ASM_I386_BOOT_H */