/* * \brief Board driver for core * \author Stefan Kalkowski * \date 2015-02-09 */ /* * Copyright (C) 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 _SPEC__PBXA9__BOARD_H_ #define _SPEC__PBXA9__BOARD_H_ /* core includes */ #include namespace Genode { using Board = Cortex_a9::Board; } #endif /* _SPEC__PBXA9__BOARD_H_ */