blob: 93c30e9724fde9376e4559c568558770c3a6ac2e [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glass18652862013-03-05 14:39:37 +00002/*
3 * Copyright (c) 2012 The Chromium OS Authors.
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