Subversion Repositories HelenOS

Rev

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

Rev 1881 Rev 1920
Line 93... Line 93...
93
typedef struct hash_table_operations hash_table_operations_t;
93
typedef struct hash_table_operations hash_table_operations_t;
94
 
94
 
95
typedef struct btree_node btree_node_t;
95
typedef struct btree_node btree_node_t;
96
typedef struct btree btree_t;
96
typedef struct btree btree_t;
97
 
97
 
-
 
98
typedef signed int inr_t;
-
 
99
typedef signed int devno_t;
-
 
100
 
98
#endif
101
#endif
99
 
102
 
100
/** @}
103
/** @}
101
 */
104
 */