Subversion Repositories HelenOS-historic

Rev

Rev 109 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 109 Rev 120
Line 26... Line 26...
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
27
 */
28
 
28
 
29
#include <arch/types.h>
29
#include <arch/types.h>
30
#include <mm/page.h>
30
#include <mm/page.h>
31
 
-
 
32
void map_page_to_frame(__address page, __address frame, int flags, __address root)
-
 
33
{
-
 
34
    /* TODO !!! */
-
 
35
}
-