Simon Glass | bb223b7 | 2018-05-16 09:42:23 -0600 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
| 2 | /* |
| 3 | * Copyright 2013 Albert ARIBAUD <albert.u.boot@aribaud.net> |
| 4 | * |
| 5 | */ |
Marek BehĂșn | 236f2ec | 2021-05-20 13:23:52 +0200 | [diff] [blame] | 6 | #include <linux/compiler.h> |
Simon Glass | bb223b7 | 2018-05-16 09:42:23 -0600 | [diff] [blame] | 7 | |
Andrew Scull | aac53d3 | 2022-05-30 10:00:02 +0000 | [diff] [blame] | 8 | char __efi_runtime_start[0] __section("___efi_runtime_start"); |
| 9 | char __efi_runtime_stop[0] __section("___efi_runtime_stop"); |
Simon Glass | bb223b7 | 2018-05-16 09:42:23 -0600 | [diff] [blame] | 10 | char __efi_runtime_rel_start[0] |
Andrew Scull | aac53d3 | 2022-05-30 10:00:02 +0000 | [diff] [blame] | 11 | __section("___efi_runtime_rel_start"); |
Simon Glass | bb223b7 | 2018-05-16 09:42:23 -0600 | [diff] [blame] | 12 | char __efi_runtime_rel_stop[0] |
Andrew Scull | aac53d3 | 2022-05-30 10:00:02 +0000 | [diff] [blame] | 13 | __section("___efi_runtime_rel_stop"); |