Changeset 41ebc36 in mainline for uspace/app/tmon/list.c


Ignore:
Timestamp:
2017-12-18T12:32:07Z (7 years ago)
Author:
Petr Mánek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7faf0f0
Parents:
fc338e0
Message:

usbdiag: move contents of libusbdiag to libdrv, registered usbdiag interface into the master routing table, repaired broken references

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tmon/list.c

    rfc338e0 r41ebc36  
    3838#include <devman.h>
    3939#include <loc.h>
    40 #include <usb/diag/diag.h>
     40#include <usbdiag_iface.h>
    4141#include "commands.h"
    4242
     
    7070        int rc;
    7171
    72         if ((rc = loc_category_get_id(USB_DIAG_CATEGORY, &diag_cat, 0))) {
    73                 printf(NAME ": Error resolving category '%s'", USB_DIAG_CATEGORY);
     72        if ((rc = loc_category_get_id(USBDIAG_CATEGORY, &diag_cat, 0))) {
     73                printf(NAME ": Error resolving category '%s'", USBDIAG_CATEGORY);
    7474                return 1;
    7575        }
Note: See TracChangeset for help on using the changeset viewer.