blob: 874a43d16c767f68e10a88b56f1e7f5aa503dc23 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glass18652862013-03-05 14:39:37 +00002/*
3 * Copyright (c) 2012 The Chromium OS Authors.
Simon Glass18652862013-03-05 14:39:37 +00004 */
5
6#ifndef __ASM_X86_SECTIONS_H
7#define __ASM_X86_SECTIONS_H
8
9#include <asm-generic/sections.h>
10
Shiji Yang506df9d2023-08-03 09:47:16 +080011extern char __data_end[];
12
Simon Glass18652862013-03-05 14:39:37 +000013#endif