Ignore:
Timestamp:
2012-02-24T19:07:44Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a76b01b4
Parents:
5837c7a
Message:

usb drivers: remove optical separators

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/utils/malloc32.h

    r5837c7a r76fbd9a  
    6262        return result;
    6363}
    64 /*----------------------------------------------------------------------------*/
     64
    6565/** DMA malloc simulator
    6666 *
     
    8484        return memalign(alignment, size);
    8585}
    86 /*----------------------------------------------------------------------------*/
     86
    8787/** DMA malloc simulator
    8888 *
     
    9191static inline void free32(void *addr)
    9292        { free(addr); }
    93 /*----------------------------------------------------------------------------*/
     93
    9494/** Create 4KB page mapping
    9595 *
     
    105105        return address;
    106106}
    107 /*----------------------------------------------------------------------------*/
     107
    108108static inline void return_page(void *page)
    109109{
Note: See TracChangeset for help on using the changeset viewer.