2005-04-17 00:20:36 +02:00
|
|
|
#ifndef __ASM_LINKAGE_H
|
|
|
|
#define __ASM_LINKAGE_H
|
|
|
|
|
2006-03-24 12:16:17 +01:00
|
|
|
#ifdef __ASSEMBLY__
|
|
|
|
#include <asm/asm.h>
|
|
|
|
#endif
|
2005-04-17 00:20:36 +02:00
|
|
|
|
2007-10-12 00:46:05 +02:00
|
|
|
#define __weak __attribute__((weak))
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
#endif
|