Changeset 503ce85 in mainline for uspace/lib/nic/include/nic.h
- Timestamp:
- 2025-08-03T09:03:10Z (7 months ago)
- Children:
- adbd7e1
- Parents:
- 5caad1d (diff), 46e2152 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/lib/nic/include/nic.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/include/nic.h
r5caad1d r503ce85 44 44 #include <device/hw_res_parsed.h> 45 45 #include <ops/nic.h> 46 #include <pcap_dumper.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_dumper_t *nic_get_pcap_dumper(nic_t *); 283 284 extern errno_t nic_fun_add_to_cats(ddf_fun_t *fun); 285 280 286 #endif // __NIC_H__ 281 287
Note:
See TracChangeset
for help on using the changeset viewer.
