Changeset fd6bd6d in mainline for uspace/lib/c/generic/device/nic.c


Ignore:
Timestamp:
2011-12-14T17:09:25Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9916841
Parents:
b402dadd
Message:

add stubs for DMA memory management functions (not working yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/device/nic.c

    rb402dadd rfd6bd6d  
    895895 *
    896896 */
    897 int nic_vlan_set_tag(async_sess_t *dev_sess, uint16_t tag, int add, int strip)
     897int nic_vlan_set_tag(async_sess_t *dev_sess, uint16_t tag, bool add, bool strip)
    898898{
    899899        async_exch_t *exch = async_exchange_begin(dev_sess);
Note: See TracChangeset for help on using the changeset viewer.