xref: /openbmc/u-boot/arch/x86/lib/sections.c (revision e8f80a5a)
1*83d290c5STom Rini // SPDX-License-Identifier: GPL-2.0+
265e4c0b1SSimon Glass /*
365e4c0b1SSimon Glass  * Copyright 2013 Albert ARIBAUD <albert.u.boot@aribaud.net>
465e4c0b1SSimon Glass  */
565e4c0b1SSimon Glass 
665e4c0b1SSimon Glass char __efi_runtime_start[0] __attribute__((section(".__efi_runtime_start")));
765e4c0b1SSimon Glass char __efi_runtime_stop[0] __attribute__((section(".__efi_runtime_stop")));
865e4c0b1SSimon Glass char __efi_runtime_rel_start[0]
965e4c0b1SSimon Glass 		__attribute__((section(".__efi_runtime_rel_start")));
1065e4c0b1SSimon Glass char __efi_runtime_rel_stop[0]
1165e4c0b1SSimon Glass 		__attribute__((section(".__efi_runtime_rel_stop")));
12