/* * \brief Board driver for core on Zynq * \author Johannes Schlatow * \author Stefan Kalkowski * \author Martin Stein * \date 2014-06-02 */ /* * Copyright (C) 2014-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. */ #ifndef _BOARD_H_ #define _BOARD_H_ /* core includes */ #include namespace Genode { using Board = Cortex_a9::Board; } #endif /* _BOARD_H_ */