Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ nlm_board_info_setup
Function
nlm_board_info_setup
freebsd/mips/nlm/board.c:533–538 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
531
}
532
533
int nlm_board_info_setup(void)
534
{
535
if (nlm_setup_xlp_board(0) != 0)
536
return (-1);
537
return (0);
538
}
Callers
1
platform_start
Function · 0.85
Calls
1
nlm_setup_xlp_board
Function · 0.85
Tested by
no test coverage detected