Changes in uspace/drv/uhci-hcd/utils/malloc32.h [46d12fb:17ceb72] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/utils/malloc32.h
r46d12fb r17ceb72 50 50 static inline uintptr_t addr_to_phys(void *addr) 51 51 { 52 if (addr == NULL)53 return 0;54 55 52 uintptr_t result; 56 53 int ret = as_get_physical_mapping(addr, &result);
Note:
See TracChangeset
for help on using the changeset viewer.