]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/avr32/include/asm/sections.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / avr32 / include / asm / sections.h
1 /*
2 * Copyright (C) 2006 Atmel Corporation
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6 #ifndef __ASM_AVR32_SECTIONS_H
7 #define __ASM_AVR32_SECTIONS_H
8
9 #include <asm-generic/sections.h>
10
11 /* References to section boundaries */
12
13 extern char __data_lma[], __edata_lma[];
14 extern char __got_start[], __got_lma[], __got_end[];
15
16 #endif /* __ASM_AVR32_SECTIONS_H */