summaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/machvec_sn1.h
blob: bbee999523d8e23443d3e31fd25fb8e1ccacf664 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef _ASM_IA64_MACHVEC_SN1_h
#define _ASM_IA64_MACHVEC_SN1_h

extern ia64_mv_setup_t sn1_setup;
extern ia64_mv_irq_init_t sn1_irq_init;
extern ia64_mv_map_nr_t sn1_map_nr;

/*
 * 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		"sn1"
#define platform_setup		sn1_setup
#define platform_irq_init	sn1_irq_init
#define platform_map_nr		sn1_map_nr

#endif /* _ASM_IA64_MACHVEC_SN1_h */