aboutsummaryrefslogtreecommitdiff
path: root/include/mach/fiq_smp_call.h
blob: caf03290c5f0efc8d9be69e30eb7f1aab47fe860 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef __FIQ_SMP_CALL_H
#define __FIQ_SMP_CALL_H

typedef void (*fiq_smp_call_func_t) (void *info, void *regs, void *svc_sp);

extern int fiq_smp_call_function(fiq_smp_call_func_t func, void *info, int wait);

#endif				/* !__FIQ_SMP_CALL_H */