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


#include "paging/M68KPagingMethod.h"


M68KPagingMethod* gM68KPagingMethod;


M68KPagingMethod::~M68KPagingMethod()
{
}