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