hw: remove deprecated TLB declaration

fix #1320
This commit is contained in:
Martin Stein
2014-12-11 16:09:00 +01:00
committed by Christian Helmuth
parent cdaf6a502d
commit 9c027fd9bd
5 changed files with 12 additions and 12 deletions

View File

@ -21,12 +21,10 @@ namespace Genode
{
class Native_utcb;
class Platform_pd;
class Tlb;
}
namespace Kernel
{
typedef Genode::Tlb Tlb;
typedef Genode::addr_t addr_t;
typedef Genode::size_t size_t;
typedef Genode::Platform_pd Platform_pd;