Changes in uspace/lib/nic/include/nic.h [bd41ac52:6eab537d] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/include/nic.h
rbd41ac52 r6eab537d 44 44 #include <device/hw_res_parsed.h> 45 45 #include <ops/nic.h> 46 #include <pcap_iface.h> 46 47 47 48 #define DEVICE_CATEGORY_NIC "nic" … … 278 279 extern void nic_sw_period_stop(nic_t *); 279 280 281 /* pcapdump interface */ 282 extern pcap_iface_t *nic_get_pcap_iface(nic_t *); 283 280 284 #endif // __NIC_H__ 281 285
Note:
See TracChangeset
for help on using the changeset viewer.