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


#include "paging/ARMPagingStructures.h"


ARMPagingStructures::ARMPagingStructures()
        :
        ref_count(1)
{
}


ARMPagingStructures::~ARMPagingStructures()
{
}