blob: 211302301a8a58007a375ae4d1c498de68291b4c [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-or-later */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * Copyright (C) 2009 Thomas Chou <thomas@wytron.com.tw>
4 *
5 * All rights reserved.
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00006 */
7
8#ifndef _ASM_NIOS2_LINKAGE_H
9#define _ASM_NIOS2_LINKAGE_H
10
11/* This file is required by include/linux/linkage.h */
12#define __ALIGN .align 4
13#define __ALIGN_STR ".align 4"
14
15#endif