]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/avr32/include/asm/sections.h
stm32: Correct positioning of declaration
[thirdparty/u-boot.git] / arch / avr32 / include / asm / sections.h
CommitLineData
7b64fef3
WD
1/*
2 * Copyright (C) 2006 Atmel Corporation
3 *
1a459660 4 * SPDX-License-Identifier: GPL-2.0+
7b64fef3
WD
5 */
6#ifndef __ASM_AVR32_SECTIONS_H
7#define __ASM_AVR32_SECTIONS_H
8
18652864
SG
9#include <asm-generic/sections.h>
10
7b64fef3
WD
11/* References to section boundaries */
12
18652864 13extern char __data_lma[], __edata_lma[];
7b64fef3 14extern char __got_start[], __got_lma[], __got_end[];
7b64fef3 15
7b64fef3 16#endif /* __ASM_AVR32_SECTIONS_H */