|
|
| File: [Development] / linux-2.6-xfs / arch / ia64 / include / asm / machvec_dig.h (download)
Revision 1.1, Fri Oct 3 17:46:45 2008 UTC (9 years ago) by lachlan.longdrop.melbourne.sgi.com
Merge up to 2.6.27-rc8 Merge of 2.6.x-xfs-melb:linux:32254b by kenmcd. |
#ifndef _ASM_IA64_MACHVEC_DIG_h #define _ASM_IA64_MACHVEC_DIG_h extern ia64_mv_setup_t dig_setup; /* * This stuff has dual use! * * For a generic kernel, the macros are used to initialize the * platform's machvec structure. When compiling a non-generic kernel, * the macros are used directly. */ #define platform_name "dig" #define platform_setup dig_setup #endif /* _ASM_IA64_MACHVEC_DIG_h */