Changeset 301032a in mainline for uspace/lib/c/include/device/hw_res.h


Ignore:
Timestamp:
2013-08-16T14:08:03Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
537620a8
Parents:
c762ad5
Message:

isa, dma: Fix 64KB dma buffers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/device/hw_res.h

    rc762ad5 r301032a  
    116116
    117117extern int hw_res_dma_channel_setup(async_sess_t *, unsigned int, uint32_t,
    118     uint16_t, uint8_t);
     118    uint32_t, uint8_t);
    119119extern int hw_res_dma_channel_remain(async_sess_t *, unsigned);
    120120
Note: See TracChangeset for help on using the changeset viewer.