]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/sh/include/asm/global_data.h
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
[thirdparty/u-boot.git] / arch / sh / include / asm / global_data.h
CommitLineData
83d290c5 1/* SPDX-License-Identifier: GPL-2.0+ */
0b135cfc 2/*
91a76751 3 * (C) Copyright 2002-2010
0b135cfc
NI
4 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5 *
6 * (C) Copyright 2007
7 * Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
0b135cfc
NI
8 */
9
10#ifndef __ASM_SH_GLOBALDATA_H_
11#define __ASM_SH_GLOBALDATA_H_
12
5cb48582
SG
13/* Architecture-specific global data */
14struct arch_global_data {
15};
16
a9879027 17#include <asm-generic/global_data.h>
0b135cfc
NI
18
19#define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("r13")
20
21#endif /* __ASM_SH_GLOBALDATA_H_ */