Changeset 2ebbe9b in mainline for uspace/drv/nic/rtl8139/driver.c


Ignore:
Timestamp:
2024-12-13T08:32:55Z (10 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
9e26790
Parents:
7924f82
git-author:
Nataliia Korop <n.corop08@…> (2024-03-20 17:06:29)
git-committer:
Nataliia Korop <n.corop08@…> (2024-12-13 08:32:55)
Message:

nic, drvs, pcapctl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/nic/rtl8139/driver.c

    r7924f82 r2ebbe9b  
    4242#include <stdio.h>
    4343#include <str.h>
     44#include <pcapdump_iface.h>
    4445
    4546#include "defs.h"
     
    13111312        }
    13121313
     1314        rc = ddf_fun_add_to_category(fun, "pcap");
     1315        if (rc != EOK) {
     1316                ddf_msg(LVL_ERROR, "Failed adding function to category pcap");
     1317                goto err_fun_bind;
     1318        }
     1319
    13131320        ddf_msg(LVL_NOTE, "The %s device has been successfully initialized.",
    13141321            ddf_dev_get_name(dev));
Note: See TracChangeset for help on using the changeset viewer.