Subversion Repositories HelenOS

Rev

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

Rev 1851 Rev 1888
Line 38... Line 38...
38
 * are supposed to implement *_ARCH macros.
38
 * are supposed to implement *_ARCH macros.
39
 */
39
 */
40
 
40
 
41
#ifdef CONFIG_PAGE_PT
41
#ifdef CONFIG_PAGE_PT
42
 
42
 
43
#ifndef __PAGE_PT_H__
43
#ifndef KERN_PAGE_PT_H_
44
#define __PAGE_PT_H__
44
#define KERN_PAGE_PT_H_
45
 
45
 
46
#include <arch/types.h>
46
#include <arch/types.h>
47
#include <typedefs.h>
47
#include <typedefs.h>
48
#include <mm/page.h>
48
#include <mm/page.h>
49
 
49