genode/repos/base/include/platform_exynos4/board_base.h
Alexy Gallardo Segura c14fe7e6c7 foc: Odroid-X2 basic support
Fix #1597
2015-07-21 09:28:25 +02:00

30 lines
594 B
C++

/*
* \brief Board-driver base
* \author Alexy Gallardo Segura <alexy@uclv.cu>
* \author Humberto López León <humberto@uclv.cu>
* \author Reinier Millo Sánchez <rmillo@uclv.cu>
* \date 2015-04-28
*/
/*
* 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 _EXYNOS4__BOARD_BASE_H_
#define _EXYNOS4__BOARD_BASE_H_
namespace Genode { struct Exynos4; }
/**
* Board-driver base
*/
struct Genode::Exynos4
{
};
#endif /* _EXYNOS4__BOARD_BASE_H_ */