PageRenderTime 5ms CodeModel.GetById 0ms app.highlight 4ms RepoModel.GetById 0ms app.codeStats 0ms

/arch/m68k/include/asm/linkage.h

https://bitbucket.org/cresqo/cm7-p500-kernel
C Header | 7 lines | 5 code | 2 blank | 0 comment | 0 complexity | 5df63e47f7d8f1188a88796cd99c690f MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
1#ifndef __ASM_LINKAGE_H
2#define __ASM_LINKAGE_H
3
4#define __ALIGN .align 4
5#define __ALIGN_STR ".align 4"
6
7#endif