Ignore:
File:
1 edited

Legend:

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

    r90f05b0f r9904eb90  
    4646#include "remote_usbhid.h"
    4747#include "remote_pci.h"
    48 #include "remote_audio_mixer.h"
    49 #include "remote_audio_pcm.h"
     48#include "remote_ahci.h"
    5049
    51 static const iface_dipatch_table_t remote_ifaces = {
     50static iface_dipatch_table_t remote_ifaces = {
    5251        .ifaces = {
    53                 [AUDIO_MIXER_IFACE] = &remote_audio_mixer_iface,
    54                 [AUDIO_PCM_BUFFER_IFACE] = &remote_audio_pcm_iface,
    55                 [HW_RES_DEV_IFACE] = &remote_hw_res_iface,
    56                 [CHAR_DEV_IFACE] = &remote_char_dev_iface,
    57                 [NIC_DEV_IFACE] = &remote_nic_iface,
    58                 [PCI_DEV_IFACE] = &remote_pci_iface,
    59                 [USB_DEV_IFACE] = &remote_usb_iface,
    60                 [USBHC_DEV_IFACE] = &remote_usbhc_iface,
    61                 [USBHID_DEV_IFACE] = &remote_usbhid_iface,
     52                &remote_hw_res_iface,
     53                &remote_char_dev_iface,
     54                &remote_nic_iface,
     55                &remote_pci_iface,
     56                &remote_usb_iface,
     57                &remote_usbhc_iface,
     58                &remote_usbhid_iface,
     59                &remote_ahci_iface
    6260        }
    6361};
Note: See TracChangeset for help on using the changeset viewer.