]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/arc/include/asm/global_data.h
arc: get rid of running_on_hw
[people/ms/u-boot.git] / arch / arc / include / asm / global_data.h
CommitLineData
288aaacf
AB
1/*
2 * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef __ASM_ARC_GLOBAL_DATA_H
8#define __ASM_ARC_GLOBAL_DATA_H
9
10/* Architecture-specific global data */
11struct arch_global_data {
288aaacf
AB
12};
13
14#include <asm-generic/global_data.h>
15
16#define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r25")
17
18#endif /* __ASM_ARC_GLOBAL_DATA_H */