mon_global
int o = offsetof(struct mon_global, mg_board_rev);
extern struct mon_global *mg;
inline void dump_mg(struct mon_global *mg)
for (int i = 0; i < sizeof(struct mon_global); i++) {
if (i % 32 == 31 || i == sizeof(struct mon_global) - 1)
start_next(const char *boot_args, struct mon_global *monitor)
struct mon_global *mg = NULL;