18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2009 Thomas Chou <thomas@wytron.com.tw> 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * All rights reserved. 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#ifndef _ASM_NIOS2_LINKAGE_H 98c2ecf20Sopenharmony_ci#define _ASM_NIOS2_LINKAGE_H 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci/* This file is required by include/linux/linkage.h */ 128c2ecf20Sopenharmony_ci#define __ALIGN .align 4 138c2ecf20Sopenharmony_ci#define __ALIGN_STR ".align 4" 148c2ecf20Sopenharmony_ci 158c2ecf20Sopenharmony_ci#endif 16