summaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/machvec_init.h
blob: 60859418a2e9303411916d7a8576791ad7b35da9 (plain)
1
2
3
4
5
6
7
8
9
#define MACHVEC_INHIBIT_RENAMING

#include <asm/machvec.h>

#define MACHVEC_HELPER(name)									\
 struct ia64_machine_vector machvec_##name __attribute__ ((unused, __section__ (".machvec")))	\
	= MACHVEC_INIT(name);

#define MACHVEC_DEFINE(name)	MACHVEC_HELPER(name)