blob: b9d217999e22e192b4dfe57630e1c3ce48f38b85 [file] [log] [blame]
Simon Glass18652862013-03-05 14:39:37 +00001/*
2 * Copyright (c) 2012 The Chromium OS Authors.
Wolfgang Denk1a459662013-07-08 09:37:19 +02003 * SPDX-License-Identifier: GPL-2.0+
Simon Glass18652862013-03-05 14:39:37 +00004 */
5
6#ifndef __ASM_MIPS_SECTIONS_H
7#define __ASM_MIPS_SECTIONS_H
8
9#include <asm-generic/sections.h>
10
Paul Burton703ec9d2017-06-19 11:53:47 -070011/**
12 * __rel_start: Relocation data generated by the mips-relocs tool
13 *
14 * See arch/mips/lib/reloc.c for details on the format & use of this data.
15 */
16extern uint8_t __rel_start[];
17
Simon Glass18652862013-03-05 14:39:37 +000018#endif