Changeset c2020f7 in mainline for uspace/lib/usb/include/usb/usbmem.h


Ignore:
Timestamp:
2011-01-21T16:54:47Z (13 years ago)
Author:
Matus Dekanek <smekideki@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
81c0854f, a088d15
Parents:
c431a83
Message:

mman functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/usbmem.h

    rc431a83 rc2020f7  
    5858#include <sys/types.h>
    5959
    60 extern void * mman_malloc(size_t size);
     60extern void * mman_malloc(
     61                size_t size,
     62                size_t alignment,
     63                unsigned long max_physical_address);
    6164
    6265extern void * mman_getVA(void * addr);
Note: See TracChangeset for help on using the changeset viewer.