Changeset e0f9950 in mainline for uspace/drv/audio/sb16/dma.h
- Timestamp:
- 2011-10-21T13:59:19Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1a11a16
- Parents:
- aa5ae788
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/sb16/dma.h
raa5ae788 re0f9950 60 60 } 61 61 /*----------------------------------------------------------------------------*/ 62 /** Physicalmallocator simulator62 /** DMA mallocator simulator 63 63 * 64 64 * @param[in] size Size of the required memory space 65 * @return Address of the al ligned and big enough memory place, NULL on failure.65 * @return Address of the aligned and big enough memory place, NULL on failure. 66 66 */ 67 67 static inline void * malloc24(size_t size) … … 79 79 } 80 80 /*----------------------------------------------------------------------------*/ 81 /** Physicalmallocator simulator81 /** DMA mallocator simulator 82 82 * 83 * @param[in] addr Address of the place allocated by malloc 3283 * @param[in] addr Address of the place allocated by malloc24 84 84 */ 85 85 static inline void free24(void *addr)
Note:
See TracChangeset
for help on using the changeset viewer.