blob: 3bd83d78a412047099be119a2fa1b3094d767f47 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ASM_IA64_MACHVEC_HPZX1_h
2#define _ASM_IA64_MACHVEC_HPZX1_h
3
Alex Williamson0b9afed2005-09-06 11:20:49 -06004extern ia64_mv_setup_t dig_setup;
FUJITA Tomonori4d9b9772009-01-05 23:36:12 +09005extern ia64_mv_dma_init sba_dma_init;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006
7/*
8 * This stuff has dual use!
9 *
10 * For a generic kernel, the macros are used to initialize the
11 * platform's machvec structure. When compiling a non-generic kernel,
12 * the macros are used directly.
13 */
Alex Williamson0b9afed2005-09-06 11:20:49 -060014#define platform_name "hpzx1"
15#define platform_setup dig_setup
FUJITA Tomonori4d9b9772009-01-05 23:36:12 +090016#define platform_dma_init sba_dma_init
Linus Torvalds1da177e2005-04-16 15:20:36 -070017
18#endif /* _ASM_IA64_MACHVEC_HPZX1_h */