blob: f7d6d47a048d227cf03c4862e24d599a186ffaab [file] [log] [blame]
Robin Getz96f10502009-09-24 14:11:24 +00001/*
2 * Copyright 2004-2009 Analog Devices Inc.
3 *
4 * Licensed under the GPL-2 or later.
5 */
6
Bryan Wu1394f032007-05-06 14:50:22 -07007#ifndef __ASM_LINKAGE_H
8#define __ASM_LINKAGE_H
9
10#define __ALIGN .align 4
11#define __ALIGN_STR ".align 4"
12
13#endif