blob: 580b0199bb8563d94852a22c65d7a75c5b118bb0 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001/*
2 * (C) Copyright 2004, Psyent Corporation <www.psyent.com>
3 * Scott McNutt <smcnutt@psyent.com>
4 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7#ifndef __ASM_NIOS2_GLOBALDATA_H_
8#define __ASM_NIOS2_GLOBALDATA_H_
9
10/* Architecture-specific global data */
11struct arch_global_data {
12};
13
14#include <asm-generic/global_data.h>
15
16#define DECLARE_GLOBAL_DATA_PTR register gd_t *gd asm ("gp")
17
18#endif /* __ASM_NIOS2_GLOBALDATA_H_ */