genode/base-hw/src/core/pbxa9/tlb.h

27 lines
547 B
C
Raw Normal View History

/*
* \brief Software TLB controls specific for the Realview PBXA9
* \author Martin Stein
* \date 2012-04-23
*/
/*
* Copyright (C) 2012 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.
*/
2012-11-07 07:56:22 +01:00
#ifndef _SRC__CORE__PBXA9__TLB_H_
#define _SRC__CORE__PBXA9__TLB_H_
/* core includes */
#include <arm/v7/section_table.h>
/**
* Software TLB controls
*/
2012-11-07 07:56:22 +01:00
class Tlb : public Arm_v7::Section_table { };
2012-11-07 07:56:22 +01:00
#endif /* _SRC__CORE__PBXA9__TLB_H_ */