2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-02-26 07:59:19 +00:00
Files
xNBA/src/arch/arm/include/bits/umalloc.h

13 lines
199 B
C

#ifndef _BITS_UMALLOC_H
#define _BITS_UMALLOC_H
/** @file
*
* ARM-specific user memory allocation API implementations
*
*/
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#endif /* _BITS_UMALLOC_H */