diff options
Diffstat (limited to 'roms/u-boot/include/stdlib.h')
-rw-r--r-- | roms/u-boot/include/stdlib.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/roms/u-boot/include/stdlib.h b/roms/u-boot/include/stdlib.h new file mode 100644 index 000000000..9c175d4d7 --- /dev/null +++ b/roms/u-boot/include/stdlib.h @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (C) 2013 Google Inc. + */ + +#ifndef __STDLIB_H_ +#define __STDLIB_H_ + +#include <malloc.h> + +#endif /* __STDLIB_H_ */ |