genode/repos/base-hw/src/core/spec/cortex_a8/cpu.h

24 lines
550 B
C++

/*
* \brief ARM Cortex A8 CPU driver for core
* \author Martin stein
* \author Stefan Kalkowski
* \date 2011-11-03
*/
/*
* Copyright (C) 2011-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__CORTEX_A8__CPU_H_
#define _CORE__SPEC__CORTEX_A8__CPU_H_
/* core includes */
#include <spec/arm_v7/cpu_support.h>
namespace Genode { using Cpu = Arm_v7_cpu; }
#endif /* _CORE__SPEC__CORTEX_A8__CPU_H_ */