Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/block/ahci/ahci.c

    rc477c80 rfafb8e5  
    897897{
    898898        ahci_dev_t *ahci = dev_ahci_dev(dev);
    899         unsigned int port = IPC_GET_ARG1(*icall);
    900         ahci_port_is_t pxis = IPC_GET_ARG2(*icall);
     899        unsigned int port = ipc_get_arg1(icall);
     900        ahci_port_is_t pxis = ipc_get_arg2(icall);
    901901
    902902        if (port >= AHCI_MAX_PORTS)
Note: See TracChangeset for help on using the changeset viewer.