]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/microblaze/include/asm/global_data.h
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / arch / microblaze / include / asm / global_data.h
1 /*
2 * (C) Copyright 2004 Atmark Techno, Inc.
3 *
4 * Yasushi SHOJI <yashi@atmark-techno.com>
5 *
6 * SPDX-License-Identifier: GPL-2.0+
7 */
8
9 #ifndef __ASM_GBL_DATA_H
10 #define __ASM_GBL_DATA_H
11
12 /* Architecture-specific global data */
13 struct arch_global_data {
14 };
15
16 #include <asm-generic/global_data.h>
17
18 #define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r31")
19
20 #endif /* __ASM_GBL_DATA_H */