root/src/system/kernel/arch/m68k/paging/m68k_physical_page_mapper.cpp
/*
 * Copyright 2008-2010, Ingo Weinhold, ingo_weinhold@gmx.de.
 * Distributed under the terms of the MIT License.
 */

#include "paging/m68k_physical_page_mapper.h"


TranslationMapPhysicalPageMapper::~TranslationMapPhysicalPageMapper()
{
}


M68KPhysicalPageMapper::~M68KPhysicalPageMapper()
{
}