Changeset d394f1b8 in mainline for uspace/drv/bus/usb/ohci/utils/malloc32.h
- Timestamp:
- 2011-09-07T13:26:48Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ec492b
- Parents:
- 933b0d7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/utils/malloc32.h
r933b0d7 rd394f1b8 46 46 * @return Physical address if exists, NULL otherwise. 47 47 */ 48 static inline uintptr_t addr_to_phys( void *addr)48 static inline uintptr_t addr_to_phys(const void *addr) 49 49 { 50 50 uintptr_t result;
Note:
See TracChangeset
for help on using the changeset viewer.