khypervisor
v1
|
00001 #include "monitor_private.h" 00002 00003 #include <log/uart_print.h> 00004 00005 void mon_enter_hyp(void) 00006 { 00007 uart_print("[monitor] enter_hyp: entering hyp mode. not coming back\n\r"); 00008 __mon_enter_hyp(); 00009 }