Changeset 1431e8f in mainline
- Timestamp:
- 2011-01-29T00:18:26Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 76b57734
- Parents:
- 4046c1ea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/utils/malloc32.h
r4046c1ea r1431e8f 69 69 70 70 static inline void * memalign32(size_t size, size_t alignment) 71 { return memalign( size, alignment); }71 { return memalign(alignment, size); } 72 72 73 73 static inline void free32(void * addr)
Note:
See TracChangeset
for help on using the changeset viewer.