projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Convert CONFIG_SYS_DEVICE_NULLDEV to Kconfig
[platform/kernel/u-boot.git]
/
include
/
stdlib.h
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* Copyright (C) 2013 Google Inc.
4
*/
5
6
#ifndef __STDLIB_H_
7
#define __STDLIB_H_
8
9
#include <malloc.h>
10
11
#endif /* __STDLIB_H_ */