Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/dev_iface.c

    r22027b6e rd79a101f  
    4141#include "remote_hw_res.h"
    4242#include "remote_char_dev.h"
     43#include "remote_usb.h"
     44#include "remote_usbhc.h"
     45#include "remote_pci.h"
    4346
    4447static iface_dipatch_table_t remote_ifaces = {
    4548        .ifaces = {
    4649                &remote_hw_res_iface,
    47                 &remote_char_dev_iface
     50                &remote_char_dev_iface,
     51                &remote_pci_iface,
     52                &remote_usb_iface,
     53                &remote_usbhc_iface
    4854        }
    4955};
Note: See TracChangeset for help on using the changeset viewer.