Ignore:
File:
1 edited

Legend:

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

    r9904eb90 r20ebab6f  
    4141#include "remote_hw_res.h"
    4242#include "remote_char_dev.h"
     43#include "remote_clock_dev.h"
    4344#include "remote_nic.h"
    4445#include "remote_usb.h"
     
    4647#include "remote_usbhid.h"
    4748#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_ahci_iface
     59                &remote_clock_dev_iface,
    6060        }
    6161};
Note: See TracChangeset for help on using the changeset viewer.