Subversion Repositories HelenOS

Rev

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

Rev 1787 Rev 1851
Line 27... Line 27...
27
 */
27
 */
28
 
28
 
29
 /** @addtogroup genarchmm
29
/** @addtogroup genarchmm
30
 * @{
30
 * @{
31
 */
31
 */
32
/** @file
-
 
33
 */
32
/**
34
 
-
 
35
/*
33
 * @file
36
 * This is the generic page hash table interface.
34
 * @brief   This is the generic page hash table interface.
37
 */
35
 */
38
 
36
 
39
#ifdef CONFIG_PAGE_HT
37
#ifdef CONFIG_PAGE_HT
40
 
38
 
41
#ifndef __PAGE_HT_H__
39
#ifndef __PAGE_HT_H__
Line 87... Line 85...
87
 
85
 
88
#endif
86
#endif
89
 
87
 
90
 /** @}
88
/** @}
91
 */
89
 */
92
 
-