Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
emev2.h
Go to the documentation of this file.
1 #ifndef __ASM_EMEV2_H__
2 #define __ASM_EMEV2_H__
3 
4 extern void emev2_map_io(void);
5 extern void emev2_init_irq(void);
6 extern void emev2_add_early_devices(void);
7 extern void emev2_add_standard_devices(void);
8 extern void emev2_clock_init(void);
9 extern void emev2_set_boot_vector(unsigned long value);
10 
11 #define EMEV2_GPIO_BASE 200
12 #define EMEV2_GPIO_IRQ(n) (EMEV2_GPIO_BASE + (n))
13 
14 extern struct smp_operations emev2_smp_ops;
15 
16 #endif /* __ASM_EMEV2_H__ */