machvec_hpzx1_swiotlb.h 494 B

1234567891011121314151617
  1. #ifndef _ASM_IA64_MACHVEC_HPZX1_SWIOTLB_h
  2. #define _ASM_IA64_MACHVEC_HPZX1_SWIOTLB_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 platform_name "hpzx1_swiotlb"
  12. #define platform_setup dig_setup
  13. #define platform_dma_init machvec_noop
  14. #endif /* _ASM_IA64_MACHVEC_HPZX1_SWIOTLB_h */