/* * \brief CPU driver for core * \author Martin Stein * \date 2012-12-14 */ /* * Copyright (C) 2012-2013 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 _IMX53__CPU_H_ #define _IMX53__CPU_H_ /* core includes */ #include namespace Genode { /** * CPU driver for core */ class Cpu : public Cortex_a8::Cpu { }; } #endif /* _IMX53__CPU_H_ */