gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:SYSTEM_MESSAGE from mtkernel_3/kernel/sysdepend/iote_m367/hw_setting.c (0.00 seconds)
mtkernel_3
kernel/sysdepend/iote_m367/hw_setting.c - 3.1KB - 124 lines
109:         case -1: /* Reset and re-start */
110:                 SYSTEM_MESSAGE("\n<< SYSTEM RESET & RESTART >>\n");
111:                 return E_NOSPT;
112:         case -2: /* fast re-start */
113:                 SYSTEM_MESSAGE("\n<< SYSTEM FAST RESTART >>\n");
114:                 return E_NOSPT;
115:         case -3: /* Normal re-start */
116:                 SYSTEM_MESSAGE("\n<< SYSTEM RESTART >>\n");
117:                 return E_NOSPT;