Changeset 9eb21d1 in mainline for uspace/lib/nic/include/nic.h
- Timestamp:
- 2024-12-13T08:32:55Z (10 months ago)
- Children:
- a270026
- Parents:
- 17a8fcf
- git-author:
- Nataliia Korop <n.corop08@…> (2023-12-19 14:05:46)
- git-committer:
- Nataliia Korop <n.corop08@…> (2024-12-13 08:32:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/include/nic.h
r17a8fcf r9eb21d1 44 44 #include <device/hw_res_parsed.h> 45 45 #include <ops/nic.h> 46 47 #include "pcap_iface.h" 46 48 47 49 #define DEVICE_CATEGORY_NIC "nic" … … 278 280 extern void nic_sw_period_stop(nic_t *); 279 281 282 /* pcapdump interface */ 283 extern pcap_iface_t* nic_get_pcap_iface(nic_t *); 284 280 285 #endif // __NIC_H__ 281 286
Note:
See TracChangeset
for help on using the changeset viewer.