Subversion Repositories HelenOS-historic

Rev

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

Rev 792 Rev 814
Line 33... Line 33...
33
#include <adt/hash_table.h>
33
#include <adt/hash_table.h>
34
#include <adt/list.h>
34
#include <adt/list.h>
35
#include <typedefs.h>
35
#include <typedefs.h>
36
#include <arch/types.h>
36
#include <arch/types.h>
37
#include <debug.h>
37
#include <debug.h>
38
#include <mm/heap.h>
38
#include <mm/slab.h>
39
#include <memstr.h>
39
#include <memstr.h>
40
 
40
 
41
/** Create chained hash table.
41
/** Create chained hash table.
42
 *
42
 *
43
 * @param h Hash table structure. Will be initialized by this call.
43
 * @param h Hash table structure. Will be initialized by this call.