Rev 4558 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4558 | Rev 4704 | ||
|---|---|---|---|
| Line 38... | Line 38... | ||
| 38 | #ifndef __NET_HW_TYPES_H__ |
38 | #ifndef __NET_HW_TYPES_H__ |
| 39 | #define __NET_HW_TYPES_H__ |
39 | #define __NET_HW_TYPES_H__ |
| 40 | 40 | ||
| 41 | #include <sys/types.h> |
41 | #include <sys/types.h> |
| 42 | 42 | ||
| - | 43 | /** Network interface layer type type definition. |
|
| - | 44 | */ |
|
| 43 | typedef uint8_t hw_type_t; |
45 | typedef uint8_t hw_type_t; |
| 44 | 46 | ||
| - | 47 | /** @name Network interface layer types definitions |
|
| - | 48 | */ |
|
| - | 49 | /*@{*/ |
|
| - | 50 | ||
| 45 | /** Ethernet (10Mb) hardware type. |
51 | /** Ethernet (10Mb) hardware type. |
| 46 | */ |
52 | */ |
| 47 | #define HW_ETHER 1 |
53 | #define HW_ETHER 1 |
| 48 | 54 | ||
| 49 | /** Experimental Ethernet (3Mb) hardware type. |
55 | /** Experimental Ethernet (3Mb) hardware type. |
| Line 180... | Line 186... | ||
| 180 | 186 | ||
| 181 | /** Pure IP hardware type. |
187 | /** Pure IP hardware type. |
| 182 | */ |
188 | */ |
| 183 | #define HW_Pure_IP 35 |
189 | #define HW_Pure_IP 35 |
| 184 | 190 | ||
| - | 191 | /*@}*/ |
|
| - | 192 | ||
| 185 | #endif |
193 | #endif |
| 186 | 194 | ||
| 187 | /** @} |
195 | /** @} |
| 188 | */ |
196 | */ |