mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
malloc.h: protect it against multiple include
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
committed by
Wolfgang Denk
parent
7640f41988
commit
60a3f404ac
@@ -216,7 +216,8 @@
|
||||
*/
|
||||
|
||||
|
||||
|
||||
#ifndef __MALLOC_H__
|
||||
#define __MALLOC_H__
|
||||
|
||||
/* Preliminaries */
|
||||
|
||||
@@ -940,3 +941,5 @@ struct mallinfo mALLINFo();
|
||||
#ifdef __cplusplus
|
||||
}; /* end of extern "C" */
|
||||
#endif
|
||||
|
||||
#endif /* __MALLOC_H__ */
|
||||
|
Reference in New Issue
Block a user