Merge tag 'usb-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
[linux/fpc-iii.git] / arch / nios2 / include / asm / linkage.h
blob211302301a8a58007a375ae4d1c498de68291b4c
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Copyright (C) 2009 Thomas Chou <thomas@wytron.com.tw>
5 * All rights reserved.
6 */
8 #ifndef _ASM_NIOS2_LINKAGE_H
9 #define _ASM_NIOS2_LINKAGE_H
11 /* This file is required by include/linux/linkage.h */
12 #define __ALIGN .align 4
13 #define __ALIGN_STR ".align 4"
15 #endif