Exemplo n.º 1
0
/* Initiate the event table handler */
void __init trap_init(void)
{
    CSYNC();
    bfin_write_EVT3(trap);
    CSYNC();
}
Exemplo n.º 2
0
int exception_init(void)
{
	bfin_write_EVT3(trap);
	return 0;
}