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