sections.h 315 B

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