genode/repos/base-hw/src/core/spec/panda/platform_support.cc
2017-02-28 12:59:29 +01:00

18 lines
432 B
C++

/*
* \brief Platform implementations specific for base-hw and Panda A2
* \author Martin Stein
* \date 2012-04-27
*/
/*
* Copyright (C) 2012-2017 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
*/
/* core includes */
#include <cpu.h>
Genode::Arm::User_context::User_context() { cpsr = Psr::init_user(); }