18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci// Copyright (C) 2005-2017 Andes Technology Corporation
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#ifndef __ASM_LINKAGE_H
58c2ecf20Sopenharmony_ci#define __ASM_LINKAGE_H
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci/* This file is required by include/linux/linkage.h */
88c2ecf20Sopenharmony_ci#define __ALIGN .align 2
98c2ecf20Sopenharmony_ci#define __ALIGN_STR ".align 2"
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#endif
12