blob: 8d1700776d02aaa91734131402dcefc260273259 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Simon Glass65e4c0b2016-09-25 15:27:35 -06002/*
3 * Copyright 2013 Albert ARIBAUD <albert.u.boot@aribaud.net>
Simon Glass65e4c0b2016-09-25 15:27:35 -06004 */
5
6char __efi_runtime_start[0] __attribute__((section(".__efi_runtime_start")));
7char __efi_runtime_stop[0] __attribute__((section(".__efi_runtime_stop")));
8char __efi_runtime_rel_start[0]
9 __attribute__((section(".__efi_runtime_rel_start")));
10char __efi_runtime_rel_stop[0]
11 __attribute__((section(".__efi_runtime_rel_stop")));