2006-10-24 12:21:16 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2006 Atmel Corporation
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2006-10-24 12:21:16 +00:00
|
|
|
*/
|
|
|
|
#ifndef __ASM_AVR32_SECTIONS_H
|
|
|
|
#define __ASM_AVR32_SECTIONS_H
|
|
|
|
|
2013-03-05 14:39:37 +00:00
|
|
|
#include <asm-generic/sections.h>
|
|
|
|
|
2006-10-24 12:21:16 +00:00
|
|
|
/* References to section boundaries */
|
|
|
|
|
2013-03-05 14:39:37 +00:00
|
|
|
extern char __data_lma[], __edata_lma[];
|
2006-10-24 12:21:16 +00:00
|
|
|
extern char __got_start[], __got_lma[], __got_end[];
|
|
|
|
|
|
|
|
#endif /* __ASM_AVR32_SECTIONS_H */
|