Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 1265 → Rev 1266

/kernel/trunk/genarch/src/mm/as_ht.c
26,6 → 26,11
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/**
* @file as_ht.c
* @brief Address space functions for global page hash table.
*/
 
#include <genarch/mm/as_ht.h>
#include <genarch/mm/page_ht.h>
#include <mm/as.h>