khypervisor  v1
Functions
monitor_imp.c File Reference
#include "monitor_private.h"
#include <log/uart_print.h>
Include dependency graph for monitor_imp.c:

Go to the source code of this file.

Functions

void mon_enter_hyp (void)

Function Documentation

void mon_enter_hyp ( void  )

Definition at line 5 of file monitor_imp.c.

{
    uart_print("[monitor] enter_hyp: entering hyp mode. not coming back\n\r");
    __mon_enter_hyp();
}
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines