blob: 78b862472b363e9bde4c01e43b3f69d81697bd7d [file] [log] [blame]
Bodo Stroesserc52ac042005-05-05 16:15:36 -07001#ifndef __ASM_UM_LINKAGE_H
2#define __ASM_UM_LINKAGE_H
Linus Torvalds1da177e2005-04-16 15:20:36 -07003
Bodo Stroesserc52ac042005-05-05 16:15:36 -07004#include "asm/arch/linkage.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
Paolo 'Blaisorblade' Giarrusso6a351cf2005-10-30 15:00:08 -08006
7/* <linux/linkage.h> will pick sane defaults */
8#ifdef CONFIG_GPROF
9#undef FASTCALL
10#undef fastcall
11#endif
12
Linus Torvalds1da177e2005-04-16 15:20:36 -070013#endif