Pull bugzilla-3774 into release branch
[sfrench/cifs-2.6.git] / include / asm-m68knommu / machdep.h
1 #ifndef _M68KNOMMU_MACHDEP_H
2 #define _M68KNOMMU_MACHDEP_H
3
4 #include <linux/interrupt.h>
5
6 extern void (*mach_sched_init) (irq_handler_t handler);
7 /* machine dependent timer functions */
8 extern unsigned long (*mach_gettimeoffset)(void);
9 extern void (*mach_gettod)(int *year, int *mon, int *day, int *hour,
10                            int *min, int *sec);
11 extern int (*mach_set_clock_mmss)(unsigned long);
12
13 /* machine dependent power off functions */
14 extern void (*mach_reset)( void );
15 extern void (*mach_halt)( void );
16 extern void (*mach_power_off)( void );
17
18 extern void config_BSP(char *command, int len);
19 extern void (*mach_tick)(void);
20
21 #endif /* _M68KNOMMU_MACHDEP_H */