17 lines
352 B
C
17 lines
352 B
C
/**
|
|
* PROJECT: ExectOS
|
|
* COPYRIGHT: See COPYING.md in the top level directory
|
|
* FILE: sdk/xtdk/mmfuncs.h
|
|
* DESCRIPTION: Memory manager routines
|
|
* DEVELOPERS: Rafal Kupiec <belliash@codingworkshop.eu.org>
|
|
*/
|
|
|
|
#ifndef __XTDK_MMFUNCS_H
|
|
#define __XTDK_MMFUNCS_H
|
|
|
|
#include <xtbase.h>
|
|
|
|
|
|
|
|
#endif /* __XTDK_MMFUNCS_H */
|