2 * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
4 * SPDX-License-Identifier: GPL-2.0+
7 #ifndef __ASM_ARC_SECTIONS_H
8 #define __ASM_ARC_SECTIONS_H
10 #include <asm-generic/sections.h>
12 extern ulong __ivt_start;
13 extern ulong __ivt_end;
15 #endif /* __ASM_ARC_SECTIONS_H */