fiq_smp_call.h 238 B

12345678
  1. #ifndef __FIQ_SMP_CALL_H
  2. #define __FIQ_SMP_CALL_H
  3. typedef void (*fiq_smp_call_func_t) (void *info, void *regs, void *svc_sp);
  4. int fiq_smp_call_function(fiq_smp_call_func_t func, void *info, int wait);
  5. #endif /* !__FIQ_SMP_CALL_H */