Changeset 503ce85 in mainline for uspace/lib/nic/include/nic.h


Ignore:
Timestamp:
2025-08-03T09:03:10Z (7 months ago)
Author:
Nataliia Korop <n.corop08@…>
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.
Message:

Merge branch 'packet-capture-pull-req' into local_master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nic/include/nic.h

    r5caad1d r503ce85  
    4444#include <device/hw_res_parsed.h>
    4545#include <ops/nic.h>
     46#include <pcap_dumper.h>
    4647
    4748#define DEVICE_CATEGORY_NIC "nic"
     
    278279extern void nic_sw_period_stop(nic_t *);
    279280
     281/* pcapdump interface */
     282extern pcap_dumper_t *nic_get_pcap_dumper(nic_t *);
     283
     284extern errno_t nic_fun_add_to_cats(ddf_fun_t *fun);
     285
    280286#endif // __NIC_H__
    281287
Note: See TracChangeset for help on using the changeset viewer.