Merge tag 'v3.10.73' into update
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / mach / fiq_smp_call.h
1 #ifndef __FIQ_SMP_CALL_H
2 #define __FIQ_SMP_CALL_H
3
4 typedef void (*fiq_smp_call_func_t) (void *info, void *regs, void *svc_sp);
5
6 extern int fiq_smp_call_function(fiq_smp_call_func_t func, void *info, int wait);
7
8 #endif /* !__FIQ_SMP_CALL_H */