Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 789 → Rev 790

/kernel/trunk/generic/include/typedefs.h
88,4 → 88,7
 
typedef void (* iroutine)(int n, void *stack);
 
typedef struct hash_table hash_table_t;
typedef struct hash_table_operations hash_table_operations_t;
 
#endif