9
0
Fork 0
barebox/drivers/regulator
Sascha Hauer 947fb5adf8 string: Fix (v)asprintf prototypes
Our asprintf and vasprintf have different prototypes than the glibc
functions. This causes trouble when we want to share barebox code
with userspace code. Change the prototypes for (v)asprintf to match
the glibc prototypes. Since the current (v)asprintf are convenient
to use change the existing functions to b(v)asprintf.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-04-15 12:21:45 +02:00
..
Kconfig bcm2835: introduce mach-bcm283x 2016-01-04 09:38:12 +01:00
Makefile bcm2835: introduce mach-bcm283x 2016-01-04 09:38:12 +01:00
bcm2835.c regulator: add bcm2835 driver 2015-02-04 15:49:59 +01:00
core.c string: Fix (v)asprintf prototypes 2016-04-15 12:21:45 +02:00
fixed.c regulator: fixed: Init gpio properly 2016-02-23 08:05:39 +01:00