Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nic/include/nic.h

    rc6ae4c2 r00d7e1b  
    275275
    276276/* Packet DMA lock */
    277 extern int nic_dma_lock_packet(packet_t *, size_t, void **);
    278 extern int nic_dma_unlock_packet(packet_t *, size_t);
     277extern void * nic_dma_lock_packet(packet_t * packet);
     278extern void nic_dma_unlock_packet(packet_t * packet);
    279279
    280280#endif // __NIC_H__
Note: See TracChangeset for help on using the changeset viewer.