Ignore:
File:
1 edited

Legend:

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

    r20ebab6f r9904eb90  
    4141#include "remote_hw_res.h"
    4242#include "remote_char_dev.h"
    43 #include "remote_clock_dev.h"
    4443#include "remote_nic.h"
    4544#include "remote_usb.h"
     
    4746#include "remote_usbhid.h"
    4847#include "remote_pci.h"
     48#include "remote_ahci.h"
    4949
    5050static iface_dipatch_table_t remote_ifaces = {
     
    5757                &remote_usbhc_iface,
    5858                &remote_usbhid_iface,
    59                 &remote_clock_dev_iface,
     59                &remote_ahci_iface
    6060        }
    6161};
Note: See TracChangeset for help on using the changeset viewer.