rpc_default_fiq_start
extern unsigned char rpc_default_fiq_start, rpc_default_fiq_end;
set_fiq_handler(&rpc_default_fiq_start,
&rpc_default_fiq_end - &rpc_default_fiq_start);