SG_MAX_BDS
for (i = 0; i < SG_MAX_BDS; i++)
for (i = 0; i < SG_MAX_BDS; i++) {
ASSERT(board_count_snapshot <= SG_MAX_BDS);
for (i = 0; i < SG_MAX_BDS; i++) {
for (board = 0; board < SG_MAX_BDS; board++) {
static sg_board_info_t board_cache[SG_MAX_BDS] = { 0 };
static sg_board_info_t board_cache_snapshot[SG_MAX_BDS] = { 0 };
return (SG_MAX_BDS);
return (SG_MAX_BDS);
((board_num) < SG_MAX_BDS)) ? TRUE: FALSE)
#define SSM_MAX_BDS (SSM_MAX_INSTANCES * SG_MAX_BDS)