1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * (C) Copyright 2002-2010
4 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
7 * Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10 #ifndef __ASM_SH_GLOBALDATA_H_
11 #define __ASM_SH_GLOBALDATA_H_
13 /* Architecture-specific global data */
14 struct arch_global_data {
17 #include <asm-generic/global_data.h>
19 #define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("r13")
21 #endif /* __ASM_SH_GLOBALDATA_H_ */