.
common/board_r.c
1 static int initr_enable_interrupts(void) 2 { 3 enable_interrupts(); 4 return 0; 5 }