Rev 3912 | Rev 4704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3912 | Rev 4558 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | */ |
36 | */ |
| 37 | 37 | ||
| 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> |
|
| - | 42 | ||
| - | 43 | typedef uint8_t hw_type_t; |
|
| - | 44 | ||
| 41 | /** Ethernet (10Mb) hardware type. |
45 | /** Ethernet (10Mb) hardware type. |
| 42 | */ |
46 | */ |
| 43 | #define HW_ETHER 1 |
47 | #define HW_ETHER 1 |
| 44 | 48 | ||
| 45 | /** Experimental Ethernet (3Mb) hardware type. |
49 | /** Experimental Ethernet (3Mb) hardware type. |