Rev 4350 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4350 | Rev 4725 | ||
|---|---|---|---|
| Line 37... | Line 37... | ||
| 37 | #ifndef __NET_DEVICE_ID_TYPE_H__ |
37 | #ifndef __NET_DEVICE_ID_TYPE_H__ |
| 38 | #define __NET_DEVICE_ID_TYPE_H__ |
38 | #define __NET_DEVICE_ID_TYPE_H__ |
| 39 | 39 | ||
| 40 | #include "../structures/int_map.h" |
40 | #include "../structures/int_map.h" |
| 41 | 41 | ||
| - | 42 | /** Device identifier to generic type map declaration. |
|
| - | 43 | */ |
|
| 42 | #define DEVICE_MAP_DECLARE INT_MAP_DECLARE |
44 | #define DEVICE_MAP_DECLARE INT_MAP_DECLARE |
| - | 45 | ||
| - | 46 | /** Device identifier to generic type map implementation. |
|
| - | 47 | */ |
|
| 43 | #define DEVICE_MAP_IMPLEMENT INT_MAP_IMPLEMENT |
48 | #define DEVICE_MAP_IMPLEMENT INT_MAP_IMPLEMENT |
| 44 | 49 | ||
| 45 | /** Device identifier type. |
50 | /** Device identifier type. |
| 46 | */ |
51 | */ |
| 47 | typedef int device_id_t; |
52 | typedef int device_id_t; |