Rev 3912 | Rev 4197 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3912 | Rev 4192 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | #ifndef __NET_INT_MAP_H__ |
36 | #ifndef __NET_INT_MAP_H__ |
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 <string.h> |
41 | #include <mem.h> |
42 | 42 | ||
43 | #define INT_MAP_MAGIC_VALUE 0x11223344 |
43 | #define INT_MAP_MAGIC_VALUE 0x11223344 |
44 | #define INT_MAP_ITEM_MAGIC_VALUE 0x55667788 |
44 | #define INT_MAP_ITEM_MAGIC_VALUE 0x55667788 |
45 | 45 | ||
46 | #define INT_MAP_DECLARE( name, type ) \ |
46 | #define INT_MAP_DECLARE( name, type ) \ |