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