diff options
Diffstat (limited to 'roms/u-boot/arch/arc/include/asm/sections.h')
-rw-r--r-- | roms/u-boot/arch/arc/include/asm/sections.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arc/include/asm/sections.h b/roms/u-boot/arch/arc/include/asm/sections.h new file mode 100644 index 000000000..1c9c9db13 --- /dev/null +++ b/roms/u-boot/arch/arc/include/asm/sections.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. + */ + +#ifndef __ASM_ARC_SECTIONS_H +#define __ASM_ARC_SECTIONS_H + +#include <asm-generic/sections.h> + +extern ulong __ivt_start; +extern ulong __ivt_end; + +#endif /* __ASM_ARC_SECTIONS_H */ |