Subversion Repositories HelenOS

Rev

Rev 1787 | Rev 2007 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1787 Rev 1888
Line 30... Line 30...
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
32
/** @file
33
 */
33
 */
34
 
34
 
35
#ifndef __PAGE_H__
35
#ifndef KERN_PAGE_H_
36
#define __PAGE_H__
36
#define KERN_PAGE_H_
37
 
37
 
38
#include <arch/mm/asid.h>
38
#include <arch/mm/asid.h>
39
#include <arch/types.h>
39
#include <arch/types.h>
40
#include <typedefs.h>
40
#include <typedefs.h>
41
#include <memstr.h>
41
#include <memstr.h>
Line 97... Line 97...
97
 
97
 
98
#endif
98
#endif
99
 
99
 
100
 /** @}
100
/** @}
101
 */
101
 */
102
 
-