Changes in uspace/lib/c/include/nic/nic.h [9cd8165:cf9cb36] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/nic/nic.h
r9cd8165 rcf9cb36 63 63 #define NIC_MAX_ADDRESS_LENGTH 16 64 64 65 /** Invalid device identifier. */ 66 #define NIC_DEVICE_INVALID_ID (-1) 67 65 68 #define NIC_VENDOR_MAX_LENGTH 64 66 69 #define NIC_MODEL_MAX_LENGTH 64 … … 83 86 84 87 #define NIC_DEVICE_PRINT_FMT "%x" 88 89 /** Device identifier type. */ 90 typedef int nic_device_id_t; 85 91 86 92 /**
Note:
See TracChangeset
for help on using the changeset viewer.