Subversion Repositories HelenOS

Rev

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

Rev 1787 Rev 1888
Line 35... Line 35...
35
/*
35
/*
36
 * This is generic interface for managing
36
 * This is generic interface for managing
37
 * Address Space IDentifiers (ASIDs).
37
 * Address Space IDentifiers (ASIDs).
38
 */
38
 */
39
 
39
 
40
#ifndef __ASID_H__
40
#ifndef KERN_ASID_H_
41
#define __ASID_H__
41
#define KERN_ASID_H_
42
 
42
 
43
#ifndef __ASM__
43
#ifndef __ASM__
44
 
44
 
45
#include <arch/mm/asid.h>
45
#include <arch/mm/asid.h>
46
#include <typedefs.h>
46
#include <typedefs.h>
Line 81... Line 81...
81
 
81
 
82
#endif
82
#endif
83
 
83
 
84
#endif
84
#endif
85
 
85
 
86
 
-
 
87
 /** @}
86
/** @}
88
 */
87
 */
89
 
-