Changeset fa65df1 in mainline
- Timestamp:
- 2014-09-12T05:53:27Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6eb957dc
- Parents:
- 83062ff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/utils/malloc32.h
r83062ff rfa65df1 87 87 { 88 88 uintptr_t phys; 89 void *address ;89 void *address = AS_AREA_ANY; 90 90 91 91 const int ret = dmamem_map_anonymous(EHCI_REQUIRED_PAGE_SIZE,
Note:
See TracChangeset
for help on using the changeset viewer.