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


#include "paging/PPCPagingMethod.h"


PPCPagingMethod* gPPCPagingMethod;


PPCPagingMethod::~PPCPagingMethod()
{
}