Newer
Older
ubixos / src / sys / include / vmm / paging.h
@reddawg reddawg on 10 May 2002 292 bytes Woot
/**************************************************************************************
 Copyright (c) 2002
      The UbixOS Project

 $Id$
**************************************************************************************/

#ifndef _PAGING_H
#define _PAGING_H

void initPaging();

#endif