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