Ignore:
File:
1 edited

Legend:

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

    rbd41ac52 r6eab537d  
    4444#include <device/hw_res_parsed.h>
    4545#include <ops/nic.h>
     46#include <pcap_iface.h>
    4647
    4748#define DEVICE_CATEGORY_NIC "nic"
     
    278279extern void nic_sw_period_stop(nic_t *);
    279280
     281/* pcapdump interface */
     282extern pcap_iface_t *nic_get_pcap_iface(nic_t *);
     283
    280284#endif // __NIC_H__
    281285
Note: See TracChangeset for help on using the changeset viewer.