mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
malloc.h: protect it against multiple include
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
parent
7640f41988
commit
60a3f404ac
1 changed files with 4 additions and 1 deletions
|
@ -216,7 +216,8 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef __MALLOC_H__
|
||||||
|
#define __MALLOC_H__
|
||||||
|
|
||||||
/* Preliminaries */
|
/* Preliminaries */
|
||||||
|
|
||||||
|
@ -940,3 +941,5 @@ struct mallinfo mALLINFo();
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}; /* end of extern "C" */
|
}; /* end of extern "C" */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* __MALLOC_H__ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue