summaryrefslogtreecommitdiffstats
path: root/src/arch/arm/include/bits/umalloc.h
blob: 27970d7b29acb256fcbf705f03f7eecf64cb7e37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#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 */