Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Simon Glass | 65e4c0b | 2016-09-25 15:27:35 -0600 | [diff] [blame] | 2 | /* |
| 3 | * Copyright 2013 Albert ARIBAUD <albert.u.boot@aribaud.net> |
Simon Glass | 65e4c0b | 2016-09-25 15:27:35 -0600 | [diff] [blame] | 4 | */ |
Marek Behún | 236f2ec | 2021-05-20 13:23:52 +0200 | [diff] [blame] | 5 | #include <linux/compiler.h> |
Simon Glass | 65e4c0b | 2016-09-25 15:27:35 -0600 | [diff] [blame] | 6 | |
Marek Behún | 236f2ec | 2021-05-20 13:23:52 +0200 | [diff] [blame] | 7 | char __efi_runtime_start[0] __section(".__efi_runtime_start"); |
| 8 | char __efi_runtime_stop[0] __section(".__efi_runtime_stop"); |
Simon Glass | 65e4c0b | 2016-09-25 15:27:35 -0600 | [diff] [blame] | 9 | char __efi_runtime_rel_start[0] |
Marek Behún | 236f2ec | 2021-05-20 13:23:52 +0200 | [diff] [blame] | 10 | __section(".__efi_runtime_rel_start"); |
Simon Glass | 65e4c0b | 2016-09-25 15:27:35 -0600 | [diff] [blame] | 11 | char __efi_runtime_rel_stop[0] |
Marek Behún | 236f2ec | 2021-05-20 13:23:52 +0200 | [diff] [blame] | 12 | __section(".__efi_runtime_rel_stop"); |