genode/repos/base-hw/src/core/spec/rpi/platform_support.cc

20 lines
453 B
C++
Raw Normal View History

2013-04-08 19:05:44 +02:00
/*
* \brief Platform implementations specific for base-hw and Raspberry Pi
* \author Norman Feske
* \date 2013-04-05
*/
/*
* Copyright (C) 2013-2017 Genode Labs GmbH
2013-04-08 19:05:44 +02:00
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
2013-04-08 19:05:44 +02:00
*/
/* core includes */
2014-07-15 14:51:27 +02:00
#include <cpu.h>
2013-04-08 19:05:44 +02:00
using namespace Genode;
2013-04-08 19:05:44 +02:00
2014-07-15 14:51:27 +02:00
Cpu::User_context::User_context() { cpsr = Psr::init_user(); }