Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
Simon Glass | 9bce37c | 2013-03-05 14:39:37 +0000 | [diff] [blame] | 2 | /* |
| 3 | * Copyright (c) 2012 The Chromium OS Authors. |
Simon Glass | 9bce37c | 2013-03-05 14:39:37 +0000 | [diff] [blame] | 4 | */ |
| 5 | |
| 6 | #ifndef __ASM_X86_SECTIONS_H |
| 7 | #define __ASM_X86_SECTIONS_H |
| 8 | |
| 9 | #include <asm-generic/sections.h> |
| 10 | |
Shiji Yang | bb11234 | 2023-08-03 09:47:16 +0800 | [diff] [blame] | 11 | extern char __data_end[]; |
| 12 | |
Simon Glass | 9bce37c | 2013-03-05 14:39:37 +0000 | [diff] [blame] | 13 | #endif |