genode/repos/os/src/server/tz_vmm/spec/imx53_qsb/vm.cc

20 lines
366 B
C++

/*
* \brief Virtual machine implementation
* \author Martin Stein
* \date 2015-06-10
*/
/*
* Copyright (C) 2015 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU General Public License version 2.
*/
/* local includes */
#include <vm.h>
void on_vmm_entry() { }
void on_vmm_exit() { }