]> git.karo-electronics.de Git - mv-sheeva.git/blob - arch/blackfin/include/asm/linkage.h
Merge branches 'at91', 'ep93xx', 'etm', 'ks8695', 'nuc', 'u300' and 'u8500' into...
[mv-sheeva.git] / arch / blackfin / include / asm / linkage.h
1 /*
2  * Copyright 2004-2009 Analog Devices Inc.
3  *
4  * Licensed under the GPL-2 or later.
5  */
6
7 #ifndef __ASM_LINKAGE_H
8 #define __ASM_LINKAGE_H
9
10 #define __ALIGN .align 4
11 #define __ALIGN_STR ".align 4"
12
13 #endif