mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 05:04:23 +08: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
@ -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__ */
|
||||
|
Loading…
Reference in New Issue
Block a user