machvec_dig.h 410 B

12345678910111213141516
  1. #ifndef _ASM_IA64_MACHVEC_DIG_h
  2. #define _ASM_IA64_MACHVEC_DIG_h
  3. extern ia64_mv_setup_t dig_setup;
  4. /*
  5. * This stuff has dual use!
  6. *
  7. * For a generic kernel, the macros are used to initialize the
  8. * platform's machvec structure. When compiling a non-generic kernel,
  9. * the macros are used directly.
  10. */
  11. #define ia64_platform_name "dig"
  12. #define platform_setup dig_setup
  13. #endif /* _ASM_IA64_MACHVEC_DIG_h */