]> Git Repo - linux.git/blob - arch/nios2/include/asm/linkage.h
bpf: selftests: Add selftests for module kfunc support
[linux.git] / arch / nios2 / include / asm / linkage.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3  * Copyright (C) 2009 Thomas Chou <[email protected]>
4  *
5  * All rights reserved.
6  */
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
This page took 0.031526 seconds and 4 git commands to generate.