genode/repos/base-hw/src/core/trustzone.cc

17 lines
370 B
C++

/*
* \brief TrustZone specific functions for non-TZ case
* \author Stefan Kalkowski
* \date 2012-10-10
*/
/*
* Copyright (C) 2012-2013 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.
*/
#include <trustzone.h>
void Kernel::init_trustzone(Pic * pic) { }