Subversion Repositories HelenOS

Rev

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

Rev 4243 Rev 4576
Line 37... Line 37...
37
#define __NET_INT_MAP_H__
37
#define __NET_INT_MAP_H__
38
 
38
 
39
#include <errno.h>
39
#include <errno.h>
40
#include <malloc.h>
40
#include <malloc.h>
41
#include <mem.h>
41
#include <mem.h>
-
 
42
#include <unistd.h>
42
 
43
 
43
#define INT_MAP_MAGIC_VALUE         0x11223344
44
#define INT_MAP_MAGIC_VALUE         0x11223344
44
#define INT_MAP_ITEM_MAGIC_VALUE    0x55667788
45
#define INT_MAP_ITEM_MAGIC_VALUE    0x55667788
45
 
46
 
46
#define INT_MAP_DECLARE( name, type )                                           \
47
#define INT_MAP_DECLARE( name, type )                                           \