Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
machvec_init.h
Go to the documentation of this file.
1 #include <asm/iommu.h>
2 #include <asm/machvec.h>
3 
12 
28 
29 #define MACHVEC_HELPER(name) \
30  struct ia64_machine_vector machvec_##name __attribute__ ((unused, __section__ (".machvec"))) \
31  = MACHVEC_INIT(name);
32 
33 #define MACHVEC_DEFINE(name) MACHVEC_HELPER(name)
34