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 | */ |
| 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"))); |