xref: /openbmc/u-boot/arch/x86/lib/sections.c (revision 78a88f79)
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * Copyright 2013 Albert ARIBAUD <albert.u.boot@aribaud.net>
4  */
5 
6 char __efi_runtime_start[0] __attribute__((section(".__efi_runtime_start")));
7 char __efi_runtime_stop[0] __attribute__((section(".__efi_runtime_stop")));
8 char __efi_runtime_rel_start[0]
9 		__attribute__((section(".__efi_runtime_rel_start")));
10 char __efi_runtime_rel_stop[0]
11 		__attribute__((section(".__efi_runtime_rel_stop")));
12