blob: e3d62dcbd3565685b110bc9e1f3a76b871a365b3 [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#include <linux/config.h>
7
8/* <linux/linkage.h> will pick sane defaults */
9#ifdef CONFIG_GPROF
10#undef FASTCALL
11#undef fastcall
12#endif
13
Linus Torvalds1da177e2005-04-16 15:20:36 -070014#endif