#ifndef _MAP_H_ /* -*- linux-c -*- */ #define _MAP_H_ /** @file map.h * @brief Header file for maps and lists */ /** @addtogroup maps * @todo Needs a spinlock variable to help when locks are required on the map. * @{ */ /* This sets the size of the hash table. */ #ifndef HASH_TABLE_BITS #define HASH_TABLE_BITS 8 /* This sets the size of the hash table. */ #define HASH_TABLE_SIZE (1<