genode/repos/base-hw/src/core/spec/cortex_a15/translation_table.h
2017-05-31 13:15:52 +02:00

21 lines
523 B
C

/*
* \brief Translation table definitions for core
* \author Stefan Kalkowski
* \date 2015-01-30
*/
/*
* Copyright (C) 2015-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_A15__TRANSLATION_TABLE_H_
#define _CORE__SPEC__CORTEX_A15__TRANSLATION_TABLE_H_
/* core includes */
#include <hw/spec/arm/lpae.h>
#endif /* _CORE__SPEC__CORTEX_A15__TRANSLATION_TABLE_H_ */