Changeset af2b806 in mainline for uspace/drv/bus/usb/uhci/utils/malloc32.h
- Timestamp:
- 2011-08-31T14:13:55Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 96e2d01
- Parents:
- 8d70937
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/utils/malloc32.h
r8d70937 raf2b806 50 50 * @return Physical address if exists, NULL otherwise. 51 51 */ 52 static inline uintptr_t addr_to_phys( void *addr)52 static inline uintptr_t addr_to_phys(const void *addr) 53 53 { 54 54 if (addr == NULL)
Note:
See TracChangeset
for help on using the changeset viewer.