genode/repos/base-hw/src/core/spec/imx53/board.h
2017-05-31 13:15:52 +02:00

25 lines
571 B
C++

/*
* \brief Board driver
* \author Stefan Kalkowski
* \author Martin Stein
* \date 2012-10-24
*/
/*
* 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.
*/
#ifndef _CORE__SPEC__IMX53__BOARD_H_
#define _CORE__SPEC__IMX53__BOARD_H_
#include <drivers/board_base.h>
namespace Genode { struct Board; }
struct Genode::Board : Genode::Board_base { static constexpr bool SMP = false; };
#endif /* _CORE__SPEC__IMX53__BOARD_H_ */