Changeset 6b66de6b in mainline for uspace/lib/nic/include/nic.h


Ignore:
Timestamp:
2024-02-14T09:18:19Z (3 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
86f862c
Parents:
dc5c303
git-author:
Nataliia Korop <n.corop08@…> (2023-12-19 14:05:46)
git-committer:
Nataliia Korop <n.corop08@…> (2024-02-14 09:18:19)
Message:

pcapdump moved to nic_t struct

File:
1 edited

Legend:

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

    rdc5c303 r6b66de6b  
    4444#include <device/hw_res_parsed.h>
    4545#include <ops/nic.h>
     46
     47#include "pcap_iface.h"
    4648
    4749#define DEVICE_CATEGORY_NIC "nic"
     
    278280extern void nic_sw_period_stop(nic_t *);
    279281
     282/* pcapdump interface */
     283extern pcap_iface_t* nic_get_pcap_iface(nic_t *);
     284
    280285#endif // __NIC_H__
    281286
Note: See TracChangeset for help on using the changeset viewer.