Subversion Repositories HelenOS

Rev

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

Rev 2417 Rev 2464
Line 83... Line 83...
83
 */
83
 */
84
typedef struct {
84
typedef struct {
85
    unsigned dummy : 32;
85
    unsigned dummy : 32;
86
} pte_t;
86
} pte_t;
87
 
87
 
88
 
-
 
89
#endif
88
#endif
90
 
89
 
91
/** @}
90
/** @}
92
 */
91
 */